Marble tiles (#38007)
* Create marble tile textures * Flatten tiles to better match art style * Add prototypes and translations for tiles * Change marble footstep sound to one that makes sense * Add marble tile object and in-hand sprites * Add prototypes and translations for marble tile objects * Add marble tile cutter recipes * Double number of marble tile variants * Increase plasma and uranium costs of plasmarble and uranium marble * Add attributions for marble tile sprites * Fix whitespace problem hopefully * Fix trailing whitespace take 2 * Rename just "marble" marble to "white marble" * Remove cutter recipes for uranium marble and plasmarble
This commit is contained in:
@@ -670,3 +670,27 @@
|
||||
name: stack-dark-squiggly
|
||||
spawn: FloorTileItemDarkSquiggly
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteMarble
|
||||
name: stack-white-marble-floor
|
||||
spawn: FloorTileItemWhiteMarble
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkMarble
|
||||
name: stack-dark-marble-floor
|
||||
spawn: FloorTileItemDarkMarble
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTilePlasmaMarble
|
||||
name: stack-plasma-marble-floor
|
||||
spawn: FloorTileItemPlasmaMarble
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileUraniumMarble
|
||||
name: stack-uranium-marble-floor
|
||||
spawn: FloorTileItemUraniumMarble
|
||||
maxCount: 30
|
||||
|
||||
Reference in New Issue
Block a user