* Update data.go

Added corpses check

* Update game_reader.go

Added corpse finder function

* Update monsters.go

added corpse finder function
This commit is contained in:
TDL
2024-08-10 13:02:36 +02:00
committed by GitHub
parent 938bfeb753
commit 8e67284940
3 changed files with 67 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ type Data struct {
AreaOrigin Position
Corpse Corpse
Monsters Monsters
Corpses Monsters
// First slice represents X and second Y
CollisionGrid [][]bool
PlayerUnit PlayerUnit