Sprite refactor (#63)
* Sprite refactor compatibility. * Sprite-level rotation. * Dude it works. Welder now has an unshaded flame toggle! Door component no longer on client! * Remove debug text. * Update.
This commit is contained in:
committed by
clusterfack
parent
2ba705ffe9
commit
61a1e769d7
32
Resources/Textures/Objects/tools.rsi/meta.json
Normal file
32
Resources/Textures/Objects/tools.rsi/meta.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "welder",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1.0
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "welder_flame",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/tools.rsi/welder.png
Normal file
BIN
Resources/Textures/Objects/tools.rsi/welder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 527 B |
BIN
Resources/Textures/Objects/tools.rsi/welder_flame.png
Normal file
BIN
Resources/Textures/Objects/tools.rsi/welder_flame.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 181 B |
Reference in New Issue
Block a user