Beginning interaction stuff
This commit is contained in:
@@ -15,7 +15,7 @@ place_random_trees :: proc(w:^World) {
|
||||
|
||||
chance := rand.int_max(100)
|
||||
|
||||
if chance <= 10 {
|
||||
if chance <= 5 {
|
||||
w.grid[x][y] = tree_tile
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user