mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-12-11 00:27:48 +01:00
feat: json loader (Work In Progress)
This commit is contained in:
13
Assets/Levels/back-on-track.json
Normal file
13
Assets/Levels/back-on-track.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Back on Track",
|
||||
"music": "",
|
||||
"elements": [
|
||||
{
|
||||
"type": "Spike",
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user