assets: add first runners music
This commit is contained in:
parent
ecaef7d8b5
commit
b98bf1af67
3 changed files with 2 additions and 2 deletions
BIN
sonic-boost.love/assets/music/1-01- Beyond The Speed Of.mp3
Normal file
BIN
sonic-boost.love/assets/music/1-01- Beyond The Speed Of.mp3
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
datas = {
|
datas = {
|
||||||
zone = "city",
|
zone = "forest",
|
||||||
bypass_zone = false,
|
bypass_zone = false,
|
||||||
bypass_data = {
|
bypass_data = {
|
||||||
name = nil,
|
name = nil,
|
||||||
|
|
|
@ -4,7 +4,7 @@ return {
|
||||||
borders = 0,
|
borders = 0,
|
||||||
tiles = 0,
|
tiles = 0,
|
||||||
background = "forest",
|
background = "forest",
|
||||||
music = nil
|
music = "1-01- Beyond The Speed Of"
|
||||||
},
|
},
|
||||||
["city"] ={
|
["city"] ={
|
||||||
name = "Diamond Highway",
|
name = "Diamond Highway",
|
||||||
|
|
Loading…
Reference in a new issue