diff options
| author | nokoe <nokoe@mailbox.org> | 2024-07-08 01:44:06 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-07-08 01:44:06 +0200 |
| commit | ea08be33bf29179249866daf8ba10df53546361c (patch) | |
| tree | e902aa1a700676070e4038341ceb53f561e59cfb /client/map/tiles/wall_tile.gd | |
| parent | 1f4e22ae0193b25e65f5beea111d25c98877d647 (diff) | |
| download | hurrycurry-ea08be33bf29179249866daf8ba10df53546361c.tar hurrycurry-ea08be33bf29179249866daf8ba10df53546361c.tar.bz2 hurrycurry-ea08be33bf29179249866daf8ba10df53546361c.tar.zst | |
add fence
Diffstat (limited to 'client/map/tiles/wall_tile.gd')
| -rw-r--r-- | client/map/tiles/wall_tile.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/map/tiles/wall_tile.gd b/client/map/tiles/wall_tile.gd index b876990e..ae3ac9e1 100644 --- a/client/map/tiles/wall_tile.gd +++ b/client/map/tiles/wall_tile.gd @@ -20,7 +20,8 @@ const WALLS: Array = [ "wall", "wall-window", "counter-window", - "door" + "door", + "fence" ] enum WallKind { |