Fix Client Crash because Tile is using an .rsi path (#6147)

pool fix
This commit is contained in:
Vanessa 2026-06-29 14:59:35 -05:00 committed by GitHub
parent 04fd017326
commit ac9894f07a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 19 deletions

View File

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

View File

@ -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"
}
]
}

View File

@ -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/"

View File

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 893 B

View File

Before

Width:  |  Height:  |  Size: 889 B

After

Width:  |  Height:  |  Size: 889 B