Initial commit

This commit is contained in:
gamer147
2026-04-01 17:16:58 -04:00
commit 0233cb6f46
71 changed files with 2376 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
class_name DLTileset extends Resource
@export var floor_tile_coords: Vector2i
@export var wall_tile_coords: Vector2i