Handling interactions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user