File tree Expand file tree Collapse file tree
source/funkin/backend/system/framerate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 haxe -cp commandline -D analyzer-optimize --run Main setup -s
3636 - name : Building the game
3737 run : |
38- haxelib run lime build linux
38+ haxelib run lime build linux -DCOMPILE_EXPERIMENTAL
3939 # - name: Tar files
4040 # run: tar -zcvf CodenameEngine.tar.gz -C export/release/linux/bin .
4141 - name : Uploading artifact (executable)
Original file line number Diff line number Diff line change 3232 haxe -cp commandline -D analyzer-optimize --run Main setup -s
3333 - name : Building the game
3434 run : |
35- arch -x86_64 haxelib run lime build mac
35+ arch -x86_64 haxelib run lime build mac -DCOMPILE_EXPERIMENTAL
3636 - name : Tar files
3737 run : tar -zcvf CodenameEngine.tar.gz -C export/release/macos/bin .
3838 - name : Uploading artifact (executable)
Original file line number Diff line number Diff line change 3232 haxe -cp commandline -D analyzer-optimize --run Main setup -s --no-vscheck
3333 - name : Building the game
3434 run : |
35- haxelib run lime build windows
35+ haxelib run lime build windows -DCOMPILE_EXPERIMENTAL
3636 - name : Uploading artifact (executable)
3737 uses : actions/upload-artifact@v4
3838 with :
Original file line number Diff line number Diff line change @@ -13,8 +13,13 @@ class CodenameBuildField extends TextField {
1313 }
1414
1515 public function reload () {
16+ #if COMPILE_EXPERIMENTAL
17+ text = ' ${Flags .VERSION_MESSAGE } (Experimental Build)' ;
18+ #else
1619 text = ' ${Flags .VERSION_MESSAGE }' ;
17- #if debug
20+ #end
21+
22+ #if (debug || COMPILE_EXPERIMENTAL)
1823 text + = ' \n ${Flags .COMMIT_MESSAGE }' ;
1924 #end
2025 }
You can’t perform that action at this time.
0 commit comments