Skip to content

Commit 3257b64

Browse files
author
Lily
committed
Merge branch 'main' into mobile
2 parents 9a48fc0 + 264ff6e commit 3257b64

File tree

22 files changed

+5809
-143
lines changed

22 files changed

+5809
-143
lines changed

Project.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<library name="week6" preload="true" />
5757
<library name="week7" preload="true" />
5858
<library name="weekend1" preload="true" />
59+
<library name="models" preload="true" />
5960
</section>
6061

6162
<section if="NO_PRELOAD_ALL">
@@ -68,6 +69,7 @@
6869
<library name="week6" preload="false" />
6970
<library name="week7" preload="false" />
7071
<library name="weekend1" preload="false" />
72+
<library name="models" preload="false" />
7173
</section>
7274

7375
<assets path="assets/videos" library="videos" if="VIDEOS_ALLOWED"/>
@@ -90,6 +92,8 @@
9092
<assets path="assets/week7" library="week7" exclude="*.ogg" if="web"/>
9193
<assets path="assets/week7" library="week7" exclude="*.mp3" unless="web"/>
9294
<assets path="assets/weekend1" library="weekend1" exclude="*.mp3" unless="web"/>
95+
<assets path="assets/preload/models" library="models" />
96+
<assets path="assets/preload/models" library="models" />
9397

9498
<haxelib name="grig.audio"/>
9599
<haxelib name="funkin.vis"/>
@@ -116,6 +120,7 @@
116120
<haxelib name="flixel" />
117121
<haxelib name="flixel-ui" />
118122
<haxelib name="flixel-addons" />
123+
<haxelib name="away3d" />
119124

120125
<!--JS stuff needed-->
121126
<haxelib name="hscript" />
@@ -176,4 +181,4 @@
176181
<icon path="art/icon32.png" size='32'/>
177182
<icon path="art/icon64.png" size='64'/>
178183
<icon path="art/iconOG.png" />
179-
</project>
184+
</project>

assets/preload/characters/dad.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@
158158
206
159159
],
160160
"scale": 1
161-
}
161+
}
54.2 KB
Loading

assets/preload/models/flixel.mtl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Blender 3.3.1 MTL File: 'flixel.blend'
2+
# www.blender.org
3+
4+
newmtl Flixel
5+
Ka 1.000000 1.000000 1.000000
6+
Ks 0.500000 0.500000 0.500000
7+
Ke 0.000000 0.000000 0.000000
8+
Ni 1.450000
9+
d 1.000000
10+
illum 2
11+
map_Kd Flixel Color.png
12+
map_Ns Flixel Roughness.png
13+
map_refl Flixel Metalness.png

0 commit comments

Comments
 (0)