refactor: simplify instantiate prefabs (#41)

This commit is contained in:
2025-03-03 11:55:22 +01:00
committed by GitHub
parent f305cd6c1f
commit 7fd8691033
4 changed files with 8 additions and 25 deletions

View File

@ -4,12 +4,12 @@
"order": 2,
"elements": [
{
"type": 1,
"type": "Spike",
"x": -6.684000015258789,
"y": -2.8970000743865969
},
{
"type": 1,
"type": "Spike",
"x": -3.059999942779541,
"y": -2.930000066757202
}

View File

@ -4,12 +4,12 @@
"order": 1,
"elements": [
{
"type": 0,
"type": "Obstacle",
"x": -6.684000015258789,
"y": -2.8970000743865969
},
{
"type": 1,
"type": "Spike",
"x": -3.059999942779541,
"y": -2.930000066757202
}