Skip to content

Commit

Permalink
Merge branch 'main' into mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Dec 9, 2024
2 parents 9a48fc0 + 264ff6e commit 3257b64
Show file tree
Hide file tree
Showing 22 changed files with 5,809 additions and 143 deletions.
7 changes: 6 additions & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<library name="week6" preload="true" />
<library name="week7" preload="true" />
<library name="weekend1" preload="true" />
<library name="models" preload="true" />
</section>

<section if="NO_PRELOAD_ALL">
Expand All @@ -68,6 +69,7 @@
<library name="week6" preload="false" />
<library name="week7" preload="false" />
<library name="weekend1" preload="false" />
<library name="models" preload="false" />
</section>

<assets path="assets/videos" library="videos" if="VIDEOS_ALLOWED"/>
Expand All @@ -90,6 +92,8 @@
<assets path="assets/week7" library="week7" exclude="*.ogg" if="web"/>
<assets path="assets/week7" library="week7" exclude="*.mp3" unless="web"/>
<assets path="assets/weekend1" library="weekend1" exclude="*.mp3" unless="web"/>
<assets path="assets/preload/models" library="models" />
<assets path="assets/preload/models" library="models" />

<haxelib name="grig.audio"/>
<haxelib name="funkin.vis"/>
Expand All @@ -116,6 +120,7 @@
<haxelib name="flixel" />
<haxelib name="flixel-ui" />
<haxelib name="flixel-addons" />
<haxelib name="away3d" />

<!--JS stuff needed-->
<haxelib name="hscript" />
Expand Down Expand Up @@ -176,4 +181,4 @@
<icon path="art/icon32.png" size='32'/>
<icon path="art/icon64.png" size='64'/>
<icon path="art/iconOG.png" />
</project>
</project>
2 changes: 1 addition & 1 deletion assets/preload/characters/dad.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@
206
],
"scale": 1
}
}
Binary file added assets/preload/models/Flixel Color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/preload/models/flixel.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Blender 3.3.1 MTL File: 'flixel.blend'
# www.blender.org

newmtl Flixel
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd Flixel Color.png
map_Ns Flixel Roughness.png
map_refl Flixel Metalness.png
Loading

0 comments on commit 3257b64

Please sign in to comment.