diff --git a/Resources/Prototypes/_DEN/Tiles/floor.yml b/Resources/Prototypes/_DEN/Tiles/floor.yml index d2dc06eabdc..7247e3bd05d 100644 --- a/Resources/Prototypes/_DEN/Tiles/floor.yml +++ b/Resources/Prototypes/_DEN/Tiles/floor.yml @@ -1,7 +1,7 @@ - type: tile id: FloorTilePool name: pool tile - sprite: /Textures/_DEN/Tiles/pool.rsi/pool.png + sprite: /Textures/_DEN/Tiles/pool/pool.png variants: 4 placementVariants: - 1.0 @@ -19,7 +19,7 @@ - type: tile id: FloorTilePoolDark name: dark pool tile - sprite: /Textures/_DEN/Tiles/pool.rsi/pool-dark.png + sprite: /Textures/_DEN/Tiles/pool/pool-dark.png variants: 4 placementVariants: - 1.0 diff --git a/Resources/Textures/_DEN/Tiles/pool.rsi/meta.json b/Resources/Textures/_DEN/Tiles/pool.rsi/meta.json deleted file mode 100644 index ffb41aca38e..00000000000 --- a/Resources/Textures/_DEN/Tiles/pool.rsi/meta.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": 1, - "license": "CC0-1.0", - "copyright": "Sprites by portfiend (GitHub)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "pool" - }, - { - "name": "pool-dark" - } - ] -} diff --git a/Resources/Textures/_DEN/Tiles/pool/attributions.yml b/Resources/Textures/_DEN/Tiles/pool/attributions.yml new file mode 100644 index 00000000000..60107774cbc --- /dev/null +++ b/Resources/Textures/_DEN/Tiles/pool/attributions.yml @@ -0,0 +1,4 @@ +- files: ["pool.png", "pool-dark.png"] + license: "CC0-1.0" + copyright: "Sprites by portfiend (GitHub)" + source: "https://github.com/TheDenSS14/TheDen/" \ No newline at end of file diff --git a/Resources/Textures/_DEN/Tiles/pool.rsi/pool-dark.png b/Resources/Textures/_DEN/Tiles/pool/pool-dark.png similarity index 100% rename from Resources/Textures/_DEN/Tiles/pool.rsi/pool-dark.png rename to Resources/Textures/_DEN/Tiles/pool/pool-dark.png diff --git a/Resources/Textures/_DEN/Tiles/pool.rsi/pool.png b/Resources/Textures/_DEN/Tiles/pool/pool.png similarity index 100% rename from Resources/Textures/_DEN/Tiles/pool.rsi/pool.png rename to Resources/Textures/_DEN/Tiles/pool/pool.png