shifted from proprietary ascii rawlevel to LDTK (using ldtkgo@master)
This commit is contained in:
@@ -158,7 +158,7 @@ func (grid *Grid) RemoveTile(point image.Point) {
|
||||
}
|
||||
|
||||
func (grid *Grid) SetFloorTile(point image.Point) {
|
||||
grid.Map[point] = assets.Tiles[' ']
|
||||
grid.Map[point] = assets.Tiles["floor"]
|
||||
}
|
||||
|
||||
func (grid *Grid) SetSolidTile(tile *assets.Tile, point image.Point) {
|
||||
|
||||
Reference in New Issue
Block a user