shifted from proprietary ascii rawlevel to LDTK (using ldtkgo@master)

This commit is contained in:
2024-03-10 13:05:31 +01:00
parent a2ed7782b2
commit af19ccb833
15 changed files with 819 additions and 173 deletions

View File

@@ -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) {