some issues with breakable walls

This commit is contained in:
2023-06-30 00:55:34 +03:00
parent d7d0f04865
commit f15102d89c
7 changed files with 2446 additions and 83 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
public enum TreasureType { Coin, Key }
public enum MapElementType {Empty,Wall,Ladder,Bridge,BreakableWall,Water }
public enum MapElementType {Empty,Wall,Ladder,Bridge,BreakableWall,Water,BreakableWall_disabled }