Skip to content

Commit

Permalink
Merge pull request #831 from ProjectJSE/downgrade_lime
Browse files Browse the repository at this point in the history
Downgrade lime version to 8.1.3
  • Loading branch information
moxie-coder authored Dec 31, 2024
2 parents 5664d4f + 579398b commit 6dee674
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<assets path="assets/fonts" />
<!-- _______________________________ Libraries ______________________________ -->

<haxelib name="lime" version="8.1.3" />
<haxelib name="flixel" />
<haxelib name="flixel-ui" />
<haxelib name="flixel-addons" />
Expand Down
2 changes: 1 addition & 1 deletion hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "lime",
"type": "haxelib",
"version": null
"version": "8.1.3"
},
{
"name": "openfl",
Expand Down
2 changes: 1 addition & 1 deletion setup/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://haxe.org/download
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
haxelib install lime
haxelib install lime 8.1.3
haxelib install openfl
haxelib install flixel 5.6.2
haxelib install flixel-addons 3.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ..
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
@echo on
haxelib install lime
haxelib install lime 8.1.3
haxelib install openfl
haxelib install flixel 5.6.2
haxelib install flixel-addons 3.2.3
Expand Down

0 comments on commit 6dee674

Please sign in to comment.