|
4 | 4 | # https://haxe.org/download |
5 | 5 | echo Installing dependencies... |
6 | 6 | echo This might take a few moments depending on your internet speed. |
7 | | -haxelib install lime 8.1.3 --quiet |
8 | | -haxelib install openfl 9.3.3 --quiet |
9 | | -haxelib git flixel https://github.com/moxie-coder/flixel 5.6.2 --quiet |
| 7 | +haxelib git lime https://github.com/th2l-devs/lime --quiet |
| 8 | +haxelib git openfl https://github.com/th2l-devs/openfl --quiet |
| 9 | +haxelib git flixel https://github.com/JS-Engine-things/flixel-JS-Engine --quiet |
10 | 10 | haxelib install flixel-addons 3.2.3 --quiet |
11 | 11 | haxelib install flixel-tools 1.5.1 --quiet |
12 | 12 | haxelib install flixel-ui 2.6.1 --quiet |
13 | 13 | haxelib install hscript --quiet |
14 | 14 | haxelib install hxcpp-debug-server --quiet |
15 | 15 | haxelib git away3d https://github.com/moxie-coder/away3d --quiet |
16 | | -haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp/ --quiet |
| 16 | +haxelib git tjson https://github.com/moxie-coder/tjson --quiet |
| 17 | +haxelib git hxcpp https://github.com/th2l-devs/hxcpp --quiet |
17 | 18 | haxelib git flxanimate https://github.com/Dot-Stuff/flxanimate 768740a56b26aa0c072720e0d1236b94afe68e3e --quiet |
18 | | -haxelib git linc_luajit https://github.com/superpowers04/linc_luajit.git --quiet |
| 19 | +haxelib git linc_luajit https://github.com/th2l-devs/linc_luajit --quiet |
19 | 20 | haxelib git funkin.vis https://github.com/FunkinCrew/funkVis 22b1ce089dd924f15cdc4632397ef3504d464e90 --quiet |
20 | | -haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git cbf91e2180fd2e374924fe74844086aab7891666 --quiet |
| 21 | +haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git --quiet |
21 | 22 | haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc --quiet |
22 | 23 | haxelib install hxvlc 1.9.2 --quiet |
23 | 24 | echo Finished! |
0 commit comments