-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathp.txt
118 lines (97 loc) · 5.05 KB
/
p.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<classpath name="source" />
<assets path="assets/preload" rename="assets" exclude="*.ogg" if="web"/>
<assets path="assets/preload" rename="assets" exclude="*.mp3" unless="web"/>
<!-- GRAFEX ENGINE CUSTOMIZATION -->
<define name="LUA_ALLOWED" if="windows"/>
<define name="ACHIEVEMENTS_ALLOWED"/>
<define name="MODS_ALLOWED" if="desktop"/>
<define name="VIDEOS_ALLOWED" if="web || windows" unless="32bits"/>
<define name="DEVS_BUILD" unless="final"/>
<define name="CRASH_HANDLER" if="desktop" />
<define name="PRELOAD_ALL" unless="web" />
<define name="NO_PRELOAD_ALL" unless="PRELOAD_ALL"/>
<define name="COMPILE_ALL_CLASSES" />
<define name="CUSTOM_CLASSES" />
<haxedef name="ALLOW_MULTITHREADING" unless="web || flash" />
<define name="HL" if="hl"/>
<define name="SYS" if="cpp || hl || neko"/>
<library name="videos" preload="true" />
<library name="songs" preload="true" />
<section if="PRELOAD_ALL">
<library name="shared" preload="true" />
<library name="week2" preload="true" />
<library name="week3" preload="true" />
<library name="week4" preload="true" />
<library name="week5" preload="true" />
<library name="week6" preload="true" />
<library name="week7" preload="true" />
</section>
<section if="NO_PRELOAD_ALL">
<library name="shared" preload="false" />
<library name="week2" preload="false" />
<library name="week3" preload="false" />
<library name="week4" preload="false" />
<library name="week5" preload="false" />
<library name="week6" preload="false" />
<library name="week7" preload="false" />
</section>
<assets path="assets/videos" library="videos" if="VIDEOS_ALLOWED"/>
<assets path="assets/songs" library="songs" exclude="*.ogg" if="web"/>
<assets path="assets/songs" library="songs" exclude="*.mp3" unless="web"/>
<assets path="assets/shared" library="shared" exclude="*.ogg" if="web"/>
<assets path="assets/shared" library="shared" exclude="*.mp3" unless="web"/>
<assets path="assets/week2" library="week2" exclude="*.ogg" if="web"/>
<assets path="assets/week2" library="week2" exclude="*.mp3" unless="web"/>
<assets path="assets/week3" library="week3" exclude="*.ogg" if="web"/>
<assets path="assets/week3" library="week3" exclude="*.mp3" unless="web"/>
<assets path="assets/week4" library="week4" exclude="*.ogg" if="web"/>
<assets path="assets/week4" library="week4" exclude="*.mp3" unless="web"/>
<assets path="assets/week5" library="week5" exclude="*.ogg" if="web"/>
<assets path="assets/week5" library="week5" exclude="*.mp3" unless="web"/>
<assets path="assets/week6" library="week6" exclude="*.ogg" if="web"/>
<assets path="assets/week6" library="week6" exclude="*.mp3" unless="web"/>
<assets path="assets/week7" library="week7" exclude="*.ogg" if="web"/>
<assets path="assets/week7" library="week7" exclude="*.mp3" unless="web"/>
<section if="MODS_ALLOWED">
<assets path='example_mods' rename='mods' embed='false'/>
</section>
<assets path='extra/readme.txt' rename='you MUST readme.txt' />
<assets path="static/" rename='' if="windows"/>
<assets path="assets/videos" exclude="*.mp3" if="web"/>
<assets path="assets/videos" exclude="*.ogg" unless="web"/>
<haxelib name="flixel"/>
<haxelib name="flxanimate" />
<haxelib name="hxCodec" if="desktop || android" />
<haxelib name="tjson" />
<haxedev set='webgl' />
<haxelib name="flixel-addons"/>
<haxelib name="hscript-improved"/>
<haxedef name="hscriptPos" />
<haxedef name="openflPos" />
<!--haxelib name="flixel-screenshot-plugin" /-->
<haxelib name="flixel-shadertoy-shader-lr" />
<!--In case you want to use the ui package-->
<haxelib name="flixel-ui" />
<haxelib name="linc_luajit" if="LUA_ALLOWED"/>
<!--<haxelib name="polymod"/> -->
<haxelib name="discord_rpc" if="desktop"/>
<haxelib name="hxcpp-debug-server" if="debug"/>
<haxedef name="openfl_dpi_aware"/>
<error value="Nintendo Switch is not supported." if="switch"/>
<haxedef name="HXC_DEBUG_TRACE" if="debug" />
<haxedef name="FLX_NO_FOCUS_LOST_SCREEN" />
<haxedef name="FLX_NO_DEBUG" unless="debug" />
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />
<haxedef name="HXCPP_CHECK_POINTER" if="CRASH_HANDLER" />
<haxedef name="HXCPP_STACK_LINE" if="CRASH_HANDLER" />
<haxedef name="HXCPP_STACK_TRACE" if="CRASH_HANDLER" />
<haxedef name='no-deprecation-warnings' />
<haxeflag name="--macro" value="allowPackage('flash')" />
<haxeflag name="--macro" value="include('my.pack')" />
<haxeflag name="-dce" value="no" />
<icon path="extra/icons/iconOG.png" size='16'/>
<icon path="extra/icons/iconOG.png" size='32'/>
<icon path="extra/icons/iconOG.png" size='64'/>
<icon path="extra/icons/iconOG.png" size='128'/>
<icon path="extra/icons/iconOG.png" size='256'/>
<icon path="extra/icons/iconOG.png" />