Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyflx committed May 5, 2024
2 parents c8abbd3 + 9aea22c commit ca87676
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<assets path="assets/preload" rename="assets" exclude="*.ogg" if="web"/>
<assets path="assets/preload" rename="assets" exclude="*.mp3" unless="web"/>
<assets path="mod_folder" rename="mods" />
<assets path="lower_end" rename="lowerend" />

<!-- <define name="PRELOAD_ALL" /> -->
<define name="PRELOAD_ALL" unless="web" />
Expand Down Expand Up @@ -144,4 +144,8 @@

<haxedef name="CAN_OPEN_LINKS" unless="switch"/>
<haxedef name="CAN_CHEAT" if="switch debug"/>
</project>

<!-- <haxedef name="CLEAR_INPUT_SAVE"/> -->

<!-- <assets path="upfront"/> -->
</project>
File renamed without changes.
6 changes: 6 additions & 0 deletions assets/funkin/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "Friday Night Funkin'",
"description": "The original base game we all know and love!",
"menuColor": "#3841bb",
"allowLowerEnd": true
}
File renamed without changes.
6 changes: 6 additions & 0 deletions lower_end/testing/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "Imag Test",
"description": "Imaginative testing.",
"menuColor": "#00ffff",
"isGlobal": false
}

0 comments on commit ca87676

Please sign in to comment.