Now have enemies chasing us around and implemented diagonal movement as a test but I kind of like it.

This commit is contained in:
Zed A. Shaw 2025-02-05 14:16:31 -05:00
parent d5301acab5
commit 14128ab10f
5 changed files with 37 additions and 14 deletions

View file

@ -9,13 +9,13 @@
"ceiling": "assets/ceiling_test-256.png"
},
"enemy": {
"HEARING_DISTANCE": 8
"HEARING_DISTANCE": 20
},
"player": {
},
"worldgen": {
"enemy_probability": 20,
"empty_room_probability": 10,
"device_probability": 30
"empty_room_probability": 50,
"device_probability": 0
}
}