Add basic gameobject system

This commit is contained in:
schmelczerandras 2020-07-19 13:50:03 +02:00
parent d5be727040
commit efb01476b2
33 changed files with 399 additions and 171 deletions

View file

@ -1,4 +1,4 @@
import './styles/main.scss';
import { main } from './scripts/main';
import { Game } from './scripts/game';
main();
new Game();