increase map to 9x

This commit is contained in:
biglyderv 2024-09-29 21:21:55 -04:00
parent 1f95413d23
commit 7a5af8dc1c
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

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