mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
feat: dynamically create elements levels (#39)
This commit is contained in:
@ -4,11 +4,14 @@
|
||||
"order": 1,
|
||||
"elements": [
|
||||
{
|
||||
"type": "Spike",
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
}
|
||||
"type": 0,
|
||||
"x": -6.684000015258789,
|
||||
"y": -2.8970000743865969
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"x": -3.059999942779541,
|
||||
"y": -2.930000066757202
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user