Update tiles.py

main
Rihards Ševčuks 2026-02-25 06:28:23 +00:00
parent 27349859f9
commit 4211b93111
1 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,5 @@ TILE_PROPERTIES = {
def get_tile(tile_id):
return TILE_TYPES.get(tile_id, TILE_TYPES[AIR])
def get_tile(tile_id):
return TILE_TYPES.get(tile_id, TILE_TYPES[AIR])