Skip to content

Commit a4ef2fa

Browse files
CrusherNotDripTechnikTil
authored andcommitted
jarvis... slime out flxanimate and replace him with flixel-animate. On it sir!
1 parent 78a0792 commit a4ef2fa

File tree

5 files changed

+79
-226
lines changed

5 files changed

+79
-226
lines changed

.hxpkg

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
"link": "https://github.com/TilNotDrip/flixel-addons",
2020
"branch": "technotdrip-engine"
2121
},
22+
{
23+
"name": "hxcpp",
24+
"link": "https://github.com/HaxeFoundation/hxcpp",
25+
"branch": "86d4b1a07ddadf162a0c48487f1e1b17d7bbcd64"
26+
},
27+
{
28+
"name": "hxcpp-debug-server",
29+
"version": "1.2.4"
30+
},
31+
{
32+
"name": "hxp",
33+
"version": "1.3.0"
34+
},
2235
{
2336
"name": "extension-androidtools",
2437
"version": "2.1.1"
@@ -29,9 +42,8 @@
2942
"branch": "5fa97eab4ac29499a8f2a4abcd46f6f6cd1192b9"
3043
},
3144
{
32-
"name": "flxanimate",
33-
"link": "https://github.com/Dot-Stuff/flxanimate",
34-
"branch": "ef85c132044d897a04c5008da29674d88f83c4d6"
45+
"name": "flixel-animate",
46+
"version": "1.3.1"
3547
},
3648
{
3749
"name": "format",

Project.hxp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Project extends HXProject
143143
addHaxelib('openfl', '9.4.1');
144144
addHaxelib('flixel', '6.1.0');
145145
addHaxelib('flixel-addons', 'git');
146-
addHaxelib('flxanimate', 'git');
146+
addHaxelib('flixel-animate', '1.3.1');
147147
addHaxelib('flixel-controls', 'git');
148148
addHaxelib('extension-androidtools', '2.1.1', platformType == MOBILE && haxedefs.get('android'));
149149
addHaxelib('hxcpp-debug-server', '1.2.4', debug);

0 commit comments

Comments
 (0)