diff --git a/Project.xml b/Project.xml index 3739f8a..944d285 100644 --- a/Project.xml +++ b/Project.xml @@ -2,29 +2,28 @@ - - - - + + + - - + + - + - + - + @@ -33,132 +32,115 @@ - + - - - + - - - - - - - - + + + - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + - + - - + + + - - - - - + + - + - + + - + - - - - - - + + - - + + - + + - + - + - + - - - - + + + + - + - - - + + + - - - + diff --git a/assets/songs/songs-go-here.txt b/assets/songs/songs-go-here.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/assets/songs/songs-go-here.txt @@ -0,0 +1 @@ + diff --git a/projFiles/compile-unix.sh b/projFiles/compile-unix.sh new file mode 100644 index 0000000..b5ade15 --- /dev/null +++ b/projFiles/compile-unix.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# literally just compile.bat but for mac and linux. +cd .. +echo INSTALLING LIBRARIES +haxelib set hxcpp 4.3.2 +haxelib set lime 8.1.1 +haxelib set openfl 9.2.2 +haxelib set flixel-addons 2.10.0 +haxelib set flixel-tools 1.5.1 +haxelib set flixel-ui 2.5.0 +haxelib set flixel 5.2.2 +haxelib set hscript 2.5.0 +haxelib set hxvlc 1.6.1 +haxelib set away3d 5.0.9 +haxelib set flxanimate 3.0.4 +haxelib git linc_luajit https://github.com/superpowers04/linc_luajit +haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc.git +echo BUILDING GAME +lime test cpp +echo done. diff --git a/projFiles/compile.bat b/projFiles/compile.bat index 06786e1..121f062 100644 --- a/projFiles/compile.bat +++ b/projFiles/compile.bat @@ -9,12 +9,13 @@ haxelib set flixel 5.2.2 haxelib set lime 8.1.1 haxelib set openfl 9.2.2 haxelib set hscript 2.5.0 -haxelib set hxvlc 1.2.0 +haxelib set hxvlc 1.6.1 haxelib set hxcpp 4.3.2 +haxelib set flxanimate 3.0.4 haxelib git linc_luajit https://github.com/superpowers04/linc_luajit haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc.git echo BUILDING GAME lime test windows echo. echo done. -pause \ No newline at end of file +pause