Fixed dirt tiles having identical names (#38500)
* added prefix to planet dirt/grass * prefixes don't work, just doing renaming instead.
This commit is contained in:
parent
019173c338
commit
17f033e4f4
2 changed files with 2 additions and 1 deletions
|
|
@ -119,6 +119,7 @@ tiles-wood2 = wood pattern floor
|
|||
tiles-desert-floor = desert floor
|
||||
tiles-low-desert-floor = low desert floor
|
||||
tiles-grass-planet-floor = grass planet floor
|
||||
tiles-dirt-planet-floor = dirt planet floor
|
||||
tiles-basalt-floor = basalt floor
|
||||
tiles-snow-floor = snow floor
|
||||
tiles-wood3 = wood broken floor
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
- type: tile
|
||||
id: FloorPlanetDirt
|
||||
name: tiles-dirt-floor
|
||||
name: tiles-dirt-planet-floor
|
||||
sprite: /Textures/Tiles/Planet/dirt.rsi/dirt.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue