Skip to content

Commit

Permalink
sys
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Sep 2, 2023
1 parent 02abe83 commit 6a83228
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions gitVersion.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0
7 changes: 7 additions & 0 deletions source/funkin/GameDimensions.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package funkin;

typedef GameDimensions
{
var width:Int = 1280;
var height:Int = 720;
}
5 changes: 5 additions & 0 deletions source/funkin/import.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ import funkin.menus.ui.Alphabet;
import flixel.group.FlxGroup.FlxTypedGroup;
import flixel.group.FlxSpriteGroup.FlxTypedSpriteGroup;

#if sys
import sys.io.File;
import sys.FileSystem;
#end

using StringTools;
using funkin.backend.utils.CoolUtil;
#end

0 comments on commit 6a83228

Please sign in to comment.