Cleans up warning line decals (#8731)

* letsa go

* indentations

* added back old decals

* this thing

* maybe this

* jfc
This commit is contained in:
Delete69
2022-07-12 00:03:35 -06:00
committed by GitHub
parent f0dc24482f
commit 21a56f4b80
34 changed files with 340 additions and 12 deletions

View File

@@ -138,6 +138,8 @@
sprite: Decals/markings.rsi
state: warn_box_greyscale
# TODO: Remove from here to...
- type: decal
id: WarnEnd
tags: ["station", "markings"]
@@ -152,6 +154,8 @@
sprite: Decals/markings.rsi
state: warn_end_greyscale
# TODO: Down here
- type: decal
id: WarnFull
tags: ["station", "markings"]
@@ -166,6 +170,8 @@
sprite: Decals/markings.rsi
state: warn_full_greyscale
# TODO: remove from here down to...
- type: decal
id: WarningLine
tags: ["station", "markings"]
@@ -235,3 +241,229 @@
sprite:
sprite: Decals/markings.rsi
state: warn_corner_flipped_greyscale
# TODO: here
- type: decal
id: WarnCornerGreyscaleNE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_greyscale_ne
- type: decal
id: WarnCornerGreyscaleNW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_greyscale_nw
- type: decal
id: WarnCornerGreyscaleSE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_greyscale_se
- type: decal
id: WarnCornerGreyscaleSW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_greyscale_sw
- type: decal
id: WarnCornerNE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_ne
- type: decal
id: WarnCornerNW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_nw
- type: decal
id: WarnCornerSE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_se
- type: decal
id: WarnCornerSW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_sw
- type: decal
id: WarnCornerSmallGreyscaleNE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_greyscale_ne
- type: decal
id: WarnCornerSmallGreyscaleNW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_greyscale_nw
- type: decal
id: WarnCornerSmallGreyscaleSE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_greyscale_se
- type: decal
id: WarnCornerSmallGreyscaleSW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_greyscale_sw
- type: decal
id: WarnCornerSmallNE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_ne
- type: decal
id: WarnCornerSmallNW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_nw
- type: decal
id: WarnCornerSmallSE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_se
- type: decal
id: WarnCornerSmallSW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_corner_small_sw
- type: decal
id: WarnEndE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_e
- type: decal
id: WarnEndN
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_n
- type: decal
id: WarnEndS
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_s
- type: decal
id: WarnEndW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_w
- type: decal
id: WarnEndGreyscaleE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_greyscale_e
- type: decal
id: WarnEndGreyscaleN
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_greyscale_n
- type: decal
id: WarnEndGreyscaleS
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_greyscale_s
- type: decal
id: WarnEndGreyscaleW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_end_greyscale_w
- type: decal
id: WarnLineE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_e
- type: decal
id: WarnLineW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_n
- type: decal
id: WarnLineN
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_s
- type: decal
id: WarnLineS
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_w
- type: decal
id: WarnLineGreyscaleE
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_greyscale_e
- type: decal
id: WarnLineGreyscaleN
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_greyscale_n
- type: decal
id: WarnLineGreyscaleS
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_greyscale_s
- type: decal
id: WarnLineGreyscaleW
tags: ["station", "markings"]
sprite:
sprite: Decals/markings.rsi
state: warn_line_greyscale_w

View File

@@ -14,16 +14,16 @@
"name": "arrows_greyscale"
},
{
"name": "bot",
"name": "bot"
},
{
"name": "bot_greyscale",
"name": "bot_greyscale"
},
{
"name": "bot_left",
"name": "bot_left"
},
{
"name": "bot_left_greyscale",
"name": "bot_left_greyscale"
},
{
"name": "bot_right"
@@ -41,16 +41,16 @@
"name": "caution"
},
{
"name": "caution_greyscale",
"name": "caution_greyscale"
},
{
"name": "delivery",
"name": "delivery"
},
{
"name": "delivery_greyscale",
"name": "delivery_greyscale"
},
{
"name": "loading_area",
"name": "loading_area"
},
{
"name": "loading_area_greyscale"
@@ -71,16 +71,16 @@
"name": "warn_end"
},
{
"name": "warn_end_greyscale",
"name": "warn_end_greyscale"
},
{
"name": "warn_full",
"name": "warn_full"
},
{
"name": "warn_full_greyscale",
"name": "warn_full_greyscale"
},
{
"name": "warningline",
"name": "warningline"
},
{
"name": "warningline_greyscale"
@@ -108,6 +108,102 @@
},
{
"name": "warn_corner_flipped_greyscale"
},
{
"name": "warn_corner_greyscale_ne"
},
{
"name": "warn_corner_greyscale_nw"
},
{
"name": "warn_corner_greyscale_se"
},
{
"name": "warn_corner_greyscale_sw"
},
{
"name": "warn_corner_ne"
},
{
"name": "warn_corner_nw"
},
{
"name": "warn_corner_se"
},
{
"name": "warn_corner_sw"
},
{
"name": "warn_corner_small_greyscale_ne"
},
{
"name": "warn_corner_small_greyscale_nw"
},
{
"name": "warn_corner_small_greyscale_se"
},
{
"name": "warn_corner_small_greyscale_sw"
},
{
"name": "warn_corner_small_ne"
},
{
"name": "warn_corner_small_nw"
},
{
"name": "warn_corner_small_se"
},
{
"name": "warn_corner_small_sw"
},
{
"name": "warn_end_e"
},
{
"name": "warn_end_n"
},
{
"name": "warn_end_s"
},
{
"name": "warn_end_w"
},
{
"name": "warn_end_greyscale_e"
},
{
"name": "warn_end_greyscale_n"
},
{
"name": "warn_end_greyscale_s"
},
{
"name": "warn_end_greyscale_w"
},
{
"name": "warn_line_e"
},
{
"name": "warn_line_n"
},
{
"name": "warn_line_s"
},
{
"name": "warn_line_w"
},
{
"name": "warn_line_greyscale_e"
},
{
"name": "warn_line_greyscale_n"
},
{
"name": "warn_line_greyscale_s"
},
{
"name": "warn_line_greyscale_w"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B