Puddle refactor 2: Spillastic boogaloo (#4784)
* Refactor PuddleComponent * Move puddle effects into separate RSIs Basically egg/tomato/powder puddle will be moved into separate /Textures/Fluids RSIs * Fix YAML for puddles * Fix issues sloth pointed out. * Ensure Puddle Component are properly added when spawned * Remove unnecessary method init puddle with starting maxVolume * Addressed ElectroSr comments * Add Resolves * Try fix error in ensureSolution * Puddle unanchoring * Address some issues with puddles * Fix continue -> return
This commit is contained in:
20
Resources/Textures/Fluids/tomato_splat.rsi/meta.json
Normal file
20
Resources/Textures/Fluids/tomato_splat.rsi/meta.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 1dbcf389b0ec6b2c51b002df5fef8dd1519f8068",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "puddle-0"
|
||||
},
|
||||
{
|
||||
"name": "puddle-1"
|
||||
},
|
||||
{
|
||||
"name": "puddle-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Fluids/tomato_splat.rsi/puddle-0.png
Normal file
BIN
Resources/Textures/Fluids/tomato_splat.rsi/puddle-0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Fluids/tomato_splat.rsi/puddle-1.png
Normal file
BIN
Resources/Textures/Fluids/tomato_splat.rsi/puddle-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Fluids/tomato_splat.rsi/puddle-2.png
Normal file
BIN
Resources/Textures/Fluids/tomato_splat.rsi/puddle-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user