Swap out water for sand

This commit is contained in:
cbeimers113
2023-05-19 09:07:57 -04:00
parent 777fc72ab9
commit 6ec79ff956
3 changed files with 3 additions and 2 deletions

View File

@@ -10,14 +10,14 @@ import (
type TileType = string
const Water TileType = "water"
const Sand TileType = "sand"
const Dirt TileType = "dirt"
const Grass TileType = "grass"
const Stone TileType = "stone"
// Store list of tile types ordered by spawn height
var TileTypes []TileType = []TileType{
Water,
Sand,
Dirt,
Grass,
Stone,

1
game/water.go Normal file
View File

@@ -0,0 +1 @@
package game

BIN
res/sand.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB