]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Marble tiles (#38007)
authorAearo-Deepwater <77557990+Aearo-Deepwater@users.noreply.github.com>
Thu, 17 Jul 2025 23:44:28 +0000 (23:44 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Jul 2025 23:44:28 +0000 (19:44 -0400)
commitada0e4cb6f97fe54bf17cd94092f2f0c84f33086
treed3cc5b45bfec447c5a7b984ba4cc0624d4728ab9
parent0ba14af9704621fe23d30eb25dc8c5781cc1cd9e
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
27 files changed:
Resources/Locale/en-US/lathe/lathe-categories.ftl
Resources/Locale/en-US/stack/stacks.ftl
Resources/Locale/en-US/tiles/tiles.ftl
Resources/Prototypes/Entities/Objects/Misc/tiles.yml
Resources/Prototypes/Recipes/Lathes/Packs/tiles.yml
Resources/Prototypes/Recipes/Lathes/categories.yml
Resources/Prototypes/Recipes/Lathes/tiles.yml
Resources/Prototypes/Stacks/floor_tile_stacks.yml
Resources/Prototypes/Tiles/floors.yml
Resources/Textures/Objects/Tiles/tile.rsi/dark-marble-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/dark-marble-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/dark-marble.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/meta.json
Resources/Textures/Objects/Tiles/tile.rsi/plasmarble-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/plasmarble-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/plasmarble.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/uranium-marble-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/uranium-marble-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/uranium-marble.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/white-marble-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/white-marble-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Tiles/tile.rsi/white-marble.png [new file with mode: 0644]
Resources/Textures/Tiles/attributions.yml
Resources/Textures/Tiles/dark_marble.png [new file with mode: 0644]
Resources/Textures/Tiles/plasmarble.png [new file with mode: 0644]
Resources/Textures/Tiles/uranium_marble.png [new file with mode: 0644]
Resources/Textures/Tiles/white_marble.png [new file with mode: 0644]