This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent 7fbe113061
commit 8278445e88
4 changed files with 140 additions and 2 deletions

View file

@ -11,6 +11,8 @@ class GameBasic {
this.player = player;
this.entities = entities;
this.width = this.height = 2500;
}
main() {
let { entities } = this;