mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
refactor: simplify instantiate prefabs (#41)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user