Skip to content

Commit

Permalink
some initial fixes for erect remixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Aug 21, 2024
1 parent 56b7989 commit 6afeadc
Show file tree
Hide file tree
Showing 65 changed files with 3,946 additions and 11,776 deletions.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<haxelib name="funkin.vis" if="BASE_GAME_FILES"/>
</section>

<define name="CHECK_FOR_UPDATES" if="desktop officialBuild"/>
<!-- TODO:re-enable this once PE 1.0 is complete <define name="CHECK_FOR_UPDATES" if="desktop officialBuild"/> -->

<section if="MODS_ALLOWED">
<assets path='example_mods' rename='mods' embed='false' type='template'/>
Expand Down
5 changes: 5 additions & 0 deletions assets/base_game/shared/data/2hot/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"freeplayPrevEnd": 0.25,
"songRating": 5,
"freeplayPrevStart": 0.05
}
Original file line number Diff line number Diff line change
Expand Up @@ -3717,7 +3717,7 @@
"changeBPM": false
}
],
"stage": "phillyTrain",
"stage": "philly",
"player3": "gf"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3752,7 +3752,7 @@
"changeBPM": false
}
],
"stage": "phillyTrain",
"stage": "philly",
"player3": "gf"
}
}
}
5 changes: 5 additions & 0 deletions assets/base_game/shared/data/blammed-erect/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"freeplayPrevEnd": 0.25,
"songRating": 13,
"freeplayPrevStart": 0.05
}
5 changes: 5 additions & 0 deletions assets/base_game/shared/data/blammed/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"freeplayPrevEnd": 0.25,
"songRating": 3,
"freeplayPrevStart": 0.05
}
5 changes: 5 additions & 0 deletions assets/base_game/shared/data/blazin/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"freeplayPrevEnd": 0.25,
"songRating": 5,
"freeplayPrevStart": 0.05
}
Loading

0 comments on commit 6afeadc

Please sign in to comment.