Handling interactions

This commit is contained in:
2025-03-01 12:46:04 -06:00
parent f29fad7168
commit 22f50d04e7
5 changed files with 73 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ Tile :: struct #packed {
TileType :: enum u8 {
NOTHING,
WALL,
SOLID,
FOLIAGE,
}
@@ -37,7 +37,7 @@ nothing_tile := Tile {
}
tree_tile := Tile {
type = .WALL,
type = .SOLID,
tilemap_pos = {0,1},
color = {17,87,30,255},
resource = .TREE,