Ports the derelict sign decal (#23544)

ports the derelict sign decal
This commit is contained in:
Flareguy
2024-01-04 21:35:31 -06:00
committed by GitHub
parent 0f8c004a2f
commit 29e48d3e27
18 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,115 @@
#This has to be split up like this because tiles remove the decal under them, and the derelict sign is bigger then 32x32 when combined.
#Bottom
- type: decal
id: DerelictSignBottom1
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict1
- type: decal
id: DerelictSignBottom2
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict2
- type: decal
id: DerelictSignBottom3
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict3
- type: decal
id: DerelictSignBottom4
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict4
- type: decal
id: DerelictSignBottom5
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict5
- type: decal
id: DerelictSignBottom6
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict6
- type: decal
id: DerelictSignBottom7
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict7
- type: decal
id: DerelictSignBottom8
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict8
#Top
- type: decal
id: DerelictSignTop1
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict9
- type: decal
id: DerelictSignTop2
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict10
- type: decal
id: DerelictSignTop3
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict11
- type: decal
id: DerelictSignTop4
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict12
- type: decal
id: DerelictSignTop5
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict13
- type: decal
id: DerelictSignTop6
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict14
- type: decal
id: DerelictSignTop7
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict15
- type: decal
id: DerelictSignTop8
tags: ["station"]
sprite:
sprite: Decals/derelictsign.rsi
state: derelict16

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

View File

@@ -0,0 +1,59 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "derelict1"
},
{
"name": "derelict2"
},
{
"name": "derelict3"
},
{
"name": "derelict4"
},
{
"name": "derelict5"
},
{
"name": "derelict6"
},
{
"name": "derelict7"
},
{
"name": "derelict8"
},
{
"name": "derelict9"
},
{
"name": "derelict10"
},
{
"name": "derelict11"
},
{
"name": "derelict12"
},
{
"name": "derelict13"
},
{
"name": "derelict14"
},
{
"name": "derelict15"
},
{
"name": "derelict16"
}
]
}