Add basic gameobject system
This commit is contained in:
parent
d5be727040
commit
efb01476b2
33 changed files with 399 additions and 171 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"module": "es6",
|
||||
"target": "es5",
|
||||
"downlevelIteration": true,
|
||||
"allowJs": true
|
||||
"allowJs": true,
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue