Corpses (#29)
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user