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:
Ygg01
2021-10-27 09:24:18 +01:00
committed by GitHub
parent 03b1fed47d
commit 14b401f9b3
30 changed files with 753 additions and 564 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 642 B

View File

@@ -140,18 +140,6 @@
"name": "red-inhand-left",
"directions": 4
},
{
"name": "egg-0"
},
{
"name": "egg-1"
},
{
"name": "egg-2"
},
{
"name": "egg-3"
},
{
"name": "yellow"
},

View File

@@ -64,9 +64,6 @@
{
"name": "pizzabread"
},
{
"name": "powder-0"
},
{
"name": "rice-big"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB