Fixing some prototypes modifying components on init (#12385)

This commit is contained in:
rolfero
2022-11-05 16:28:44 +01:00
committed by GitHub
parent 7e3358375d
commit 2ef33e11b6
10 changed files with 27 additions and 32 deletions

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -8,32 +8,32 @@
},
"states": [
{
"name": "off-inhand-left",
"name": "unlit-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"name": "unlit-inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"name": "lit-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"name": "lit-inhand-right",
"directions": 4
},
{
"name": "glowstick_base",
"name": "glowstick_base"
},
{
"name": "glowstick_lit",
"name": "glowstick_lit"
},
{
"name": "glowstick_glow",
"name": "glowstick_glow"
},
{
"name": "glowstick_unlit",
"name": "glowstick_unlit"
}
]
}

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB