mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
[haxe] Release 4.2.0
This commit is contained in:
parent
6290342960
commit
c6775728b7
@ -1,5 +1,3 @@
|
|||||||
> **Note**: this runtime is a work in progress. Please follow this issue to get alerted once the runtime is deemed complete. https://github.com/EsotericSoftware/spine-runtimes/issues/2249
|
|
||||||
|
|
||||||
# spine-haxe
|
# spine-haxe
|
||||||
|
|
||||||
The spine-haxe runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [Haxe](https://haxe.org/) in combination with [OpenFL](https://www.openfl.org/) and [Lime](https://lime.openfl.org/).
|
The spine-haxe runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [Haxe](https://haxe.org/) in combination with [OpenFL](https://www.openfl.org/) and [Lime](https://lime.openfl.org/).
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<project>
|
<project>
|
||||||
|
|
||||||
<meta title="spine-haxe-example" package="spine" version="4.1.0" company="Esoteric Software" />
|
<meta title="spine-haxe-example" package="spine" version="4.2.0" company="Esoteric Software" />
|
||||||
<app main="Main" path="export" file="SpineHaxeExample" />
|
<app main="Main" path="export" file="SpineHaxeExample" />
|
||||||
<window allow-high-dpi="true" />
|
<window allow-high-dpi="true" />
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ read answer
|
|||||||
if [ "$answer" = "Y" ] || [ "$answer" = "y" ]; then
|
if [ "$answer" = "Y" ] || [ "$answer" = "y" ]; then
|
||||||
git add haxelib.json
|
git add haxelib.json
|
||||||
git commit -m "[haxe] Release $newVersion"
|
git commit -m "[haxe] Release $newVersion"
|
||||||
git push origin haxe-ci
|
git push origin 4.2
|
||||||
echo "Changes committed and pushed."
|
echo "Changes committed and pushed."
|
||||||
else
|
else
|
||||||
echo "Commit and push cancelled, but haxelib.json version updated."
|
echo "Commit and push cancelled, but haxelib.json version updated."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user