Fixed stage names and changed philly stage zoom
This commit is contained in:
parent
dfbb9ca3eb
commit
0fb3f33525
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@ love-11.5-win64/msvcr120.dll
|
||||
love-11.5-win64/OpenAL32.dll
|
||||
love-11.5-win64/readme.txt
|
||||
love-11.5-win64/SDL2.dll
|
||||
|
||||
modules/tagged-gamejolt/credentials.lua
|
@ -11,7 +11,7 @@
|
||||
"opponent": "pico",
|
||||
"instrumental": "erect"
|
||||
},
|
||||
"stage": "phillyErect",
|
||||
"stage": "philly",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "erect": 11, "nightmare": 12 },
|
||||
"album": "volume3",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"instrumental": "pico",
|
||||
"altInstrumentals": []
|
||||
},
|
||||
"stage": "phillyErect",
|
||||
"stage": "philly",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "easy": 3, "normal": 4, "hard": 5 },
|
||||
"album": "volume4",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"opponent": "mom-car",
|
||||
"instrumental": "erect"
|
||||
},
|
||||
"stage": "limoRideErect",
|
||||
"stage": "limoErect",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "erect": 8, "nightmare": 9 },
|
||||
"album": "volume3",
|
||||
|
@ -14,7 +14,7 @@
|
||||
"girlfriend": "gf-car",
|
||||
"opponent": "mom-car"
|
||||
},
|
||||
"stage": "limoRide",
|
||||
"stage": "limo",
|
||||
"noteStyle": "funkin",
|
||||
"album": "volume1",
|
||||
"previewStart": 0,
|
||||
|
@ -10,7 +10,7 @@
|
||||
"girlfriend": "gf-car",
|
||||
"opponent": "mom-car"
|
||||
},
|
||||
"stage": "limoRide",
|
||||
"stage": "limo",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "easy": 2, "normal": 3, "hard": 4 },
|
||||
"album": "volume1",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"opponent": "pico",
|
||||
"instrumental": "erect"
|
||||
},
|
||||
"stage": "phillyErect",
|
||||
"stage": "philly",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "erect": 8, "nightmare": 9 },
|
||||
"album": "volume3",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"instrumental": "pico",
|
||||
"altInstrumentals": []
|
||||
},
|
||||
"stage": "phillyErect",
|
||||
"stage": "philly",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "easy": 2, "normal": 3, "hard": 4 },
|
||||
"album": "volume4",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"instrumental": "erect",
|
||||
"altInstrumentals": []
|
||||
},
|
||||
"stage": "phillyErect",
|
||||
"stage": "philly",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "erect": 9, "nightmare": 10 },
|
||||
"album": "volume3",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"instrumental": "pico",
|
||||
"altInstrumentals": []
|
||||
},
|
||||
"stage": "phillyErect",
|
||||
"stage": "philly",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "easy": 2, "normal": 3, "hard": 4 },
|
||||
"album": "expansion2",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"opponent": "mom-car",
|
||||
"instrumental": "erect"
|
||||
},
|
||||
"stage": "limoRideErect",
|
||||
"stage": "limoErect",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "erect": 11, "nightmare": 12 },
|
||||
"album": "expansion1",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"opponent": "mom-car"
|
||||
},
|
||||
"songVariations": ["erect"],
|
||||
"stage": "limoRide",
|
||||
"stage": "limo",
|
||||
"noteStyle": "funkin",
|
||||
"ratings": { "easy": 1, "normal": 2, "hard": 2 },
|
||||
"album": "volume1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"directory": "week3",
|
||||
"defaultZoom": 1.05,
|
||||
"defaultZoom": 1.2,
|
||||
"isPixelStage": false,
|
||||
|
||||
"boyfriend": [770, 100],
|
||||
|
Loading…
x
Reference in New Issue
Block a user