mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Start to prepare wegame build
This commit is contained in:
parent
a3fb3c432a
commit
6e9fa89792
8 changed files with 902 additions and 0 deletions
9
electron_wegame/wegame.js
Normal file
9
electron_wegame/wegame.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
function init(isDev) {
|
||||
console.log("wegame: init");
|
||||
}
|
||||
|
||||
function listen() {
|
||||
console.log("wegame: listen");
|
||||
}
|
||||
|
||||
module.exports = { init, listen };
|
||||
Loading…
Add table
Add a link
Reference in a new issue