feat: 星域故事汇小游戏初始版本
This commit is contained in:
8
client/game.js
Normal file
8
client/game.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 星域故事汇 - 游戏入口
|
||||
*/
|
||||
import './js/libs/weapp-adapter';
|
||||
import Main from './js/main';
|
||||
|
||||
// 创建游戏实例
|
||||
new Main();
|
||||
Reference in New Issue
Block a user