increase map to 9x

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent 8278445e88
commit 3ea1430db7

View file

@ -12,7 +12,7 @@ class GameBasic {
this.player = player;
this.entities = entities;
this.width = this.height = 2500;
this.width = this.height = 7500;
}
main() {
let { entities } = this;