File tree Expand file tree Collapse file tree 7 files changed +516
-74
lines changed
source/funkin/backend/system Expand file tree Collapse file tree 7 files changed +516
-74
lines changed Original file line number Diff line number Diff line change 55pages /** linguist-vendored
66
77# Include HScript files as Haxe
8- * .hxs linguist-language =Haxe
9- * .hsc linguist-language =Haxe
108* .hscript linguist-language =Haxe
9+ * .hsc linguist-language =Haxe
10+ * .hxs linguist-language =Haxe
11+ * .hxp linguist-language =Haxe
1112
1213# Include Shader files as GLSL
1314* .frag linguist-language =GLSL
Original file line number Diff line number Diff line change 11{
22 "editor.detectIndentation" : false ,
33 "editor.insertSpaces" : false ,
4+ "editor.tabSize" : 4 ,
45 "files.associations" : {
56 "*.hx" : " haxe" ,
67 "*.hscript" : " haxe" ,
78 "*.hsc" : " haxe" ,
8- "*.hxs" : " haxe"
9+ "*.hxs" : " haxe" ,
10+ "*.hxp" : " haxe"
911 },
12+ "lime.projectFile" : " project.hxp" ,
1013 "lime.targetConfigurations" : [
1114 {
1215 "label" : " Windows (Test Build)" ,
Original file line number Diff line number Diff line change 55
66 <!-- OpenFL & Lime (Required for Flixel) -->
77 <git name =" openfl" url =" https://github.com/CodenameCrew/cne-openfl" />
8- <lib name =" lime" version =" 8.1.2 " />
8+ <lib name =" lime" version =" 8.2.0 " />
99 <!-- <git name="lime" url="https://github.com/CodenameCrew/cne-lime" /> disabled for now until fixed -->
1010
1111 <!-- Flixel -->
Original file line number Diff line number Diff line change 172172
173173 <!-- ______________________________ Haxedefines _____________________________ -->
174174
175- <haxeflag name =" --macro" value =" funkin.backend.system.macros.BuildInfo.printBuildInfo()" />
176-
177175 <haxedef name =" FLX_NO_FOCUS_LOST_SCREEN" />
178176
179177 <!-- Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
You can’t perform that action at this time.
0 commit comments