Skip to content

Commit

Permalink
Changes "@echo on" pos
Browse files Browse the repository at this point in the history
Small change lol
  • Loading branch information
PatoFlamejanteTV authored Nov 6, 2024
1 parent 0120338 commit 5543c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/windows.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off
color 0a
cd ..
@echo on
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
@echo on
haxelib install lime
haxelib install openfl
haxelib install flixel 5.6.2
Expand All @@ -19,5 +19,6 @@ haxelib git linc_luajit https://github.com/superpowers04/linc_luajit
haxelib git funkin.vis https://github.com/FunkinCrew/funkVis 22b1ce089dd924f15cdc4632397ef3504d464e90
haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git cbf91e2180fd2e374924fe74844086aab7891666
haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc
@echo off
echo Finished!
pause

0 comments on commit 5543c84

Please sign in to comment.