forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resprite wooden tiles and adds new decals (space-syndicate#2344)
- Loading branch information
1 parent
9d2dea3
commit d4629c8
Showing
61 changed files
with
195 additions
and
6 deletions.
There are no files selected for viewing
118 changes: 118 additions & 0 deletions
118
Resources/Prototypes/Corvax/Decals/wood_trim_thin_white.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
- type: decal | ||
id: WoodTrimThinBoxWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_box | ||
|
||
- type: decal | ||
id: WoodTrimThinCornerNeWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_corner_ne | ||
|
||
- type: decal | ||
id: WoodTrimThinCornerSeWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_corner_se | ||
|
||
- type: decal | ||
id: WoodTrimThinCornerNwWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_corner_nw | ||
|
||
- type: decal | ||
id: WoodTrimThinCornerSwWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_corner_sw | ||
|
||
- type: decal | ||
id: WoodTrimThinInnerNeWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_inner_ne | ||
|
||
- type: decal | ||
id: WoodTrimThinInnerSeWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_inner_se | ||
|
||
- type: decal | ||
id: WoodTrimThinInnerNwWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_inner_nw | ||
|
||
- type: decal | ||
id: WoodTrimThinInnerSwWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_inner_sw | ||
|
||
- type: decal | ||
id: WoodTrimThinEndNWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_end_n | ||
|
||
- type: decal | ||
id: WoodTrimThinEndEWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_end_e | ||
|
||
- type: decal | ||
id: WoodTrimThinEndSWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_end_s | ||
|
||
- type: decal | ||
id: WoodTrimThinEndWWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_end_w | ||
|
||
- type: decal | ||
id: WoodTrimThinLineNWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_line_n | ||
|
||
- type: decal | ||
id: WoodTrimThinLineEWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_line_e | ||
|
||
- type: decal | ||
id: WoodTrimThinLineSWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_line_s | ||
|
||
- type: decal | ||
id: WoodTrimThinLineWWhite | ||
tags: ["station", "markings"] | ||
sprite: | ||
sprite: Corvax/Decals/wood_trim_white.rsi | ||
state: thin_line_w |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- type: palette # Удалить, когда можно будет раскрывать декали по категориям | ||
id: WoodColors | ||
name: Wood | ||
colors: | ||
Light: "#a88661" | ||
Default: "#55391a" | ||
Dark: "#4b362b" | ||
Black: "#2e211a" | ||
Red: "#612620" |
62 changes: 62 additions & 0 deletions
62
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC0-1.0", | ||
"copyright": "Made by github user @moonheart08, white ver by Ko4erga (discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "thin_box" | ||
}, | ||
{ | ||
"name": "thin_corner_ne" | ||
}, | ||
{ | ||
"name": "thin_corner_se" | ||
}, | ||
{ | ||
"name": "thin_corner_nw" | ||
}, | ||
{ | ||
"name": "thin_corner_sw" | ||
}, | ||
{ | ||
"name": "thin_end_n" | ||
}, | ||
{ | ||
"name": "thin_end_e" | ||
}, | ||
{ | ||
"name": "thin_end_s" | ||
}, | ||
{ | ||
"name": "thin_end_w" | ||
}, | ||
{ | ||
"name": "thin_line_n" | ||
}, | ||
{ | ||
"name": "thin_line_e" | ||
}, | ||
{ | ||
"name": "thin_line_s" | ||
}, | ||
{ | ||
"name": "thin_line_w" | ||
}, | ||
{ | ||
"name": "thin_inner_ne" | ||
}, | ||
{ | ||
"name": "thin_inner_se" | ||
}, | ||
{ | ||
"name": "thin_inner_nw" | ||
}, | ||
{ | ||
"name": "thin_inner_sw" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.41 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_corner_ne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.4 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_corner_nw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.4 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_corner_se.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.4 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_corner_sw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.38 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_inner_ne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.38 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_inner_nw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.37 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_inner_se.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.38 KB
Resources/Textures/Corvax/Decals/wood_trim_white.rsi/thin_inner_sw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.