updateMouseBorderControl

This commit is contained in:
2022-06-22 00:08:14 +00:00
parent cee2e30230
commit 736a1982b4
5 changed files with 37 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ class TileMap {
public function wallSheet(num:Int) {
return switch (type) {
case Town(det):
case Town(underground, det):
if (num == 1)
det.wallSheet1;
else