mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
* [haxe] Flixel support * [haxe][flixel] WIP fix alpha and color tinting not working on meshes. * [haxe][flixel] Added most of examples - Color/alpha is broken on flixel for meshes. * [haxe][flixel] Flixel color bug example * [haxe][flixel] Add same example of starling to Flixel. * [haxe][flixel] Fix rotation for clipped attachments. * [haxe][flixel] Minor modifications to avoid warning on flixel 6.0.0. * [haxe] Updated readme. * [haxe][flixel] Remove unused assets. * [haxe] Removed useless flipX/flipY on core Skeleton.hx.
19 lines
679 B
XML
19 lines
679 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
|
|
<meta title="spine-haxe-example" package="spine" version="4.2.0" company="Esoteric Software" />
|
|
<app main="Main" path="export" file="SpineHaxeExample" />
|
|
<!-- <app main="MainStarling" path="export" file="SpineHaxeExample" /> -->
|
|
<!-- <app main="MainFlixel" path="export" file="SpineHaxeExample" /> -->
|
|
<window allow-high-dpi="true" />
|
|
|
|
<haxelib name="openfl" />
|
|
<haxelib name="starling" />
|
|
<haxelib name="flixel" />
|
|
<haxelib name="spine-haxe" />
|
|
|
|
<source path="example/src" />
|
|
<assets path="example/assets" rename="assets" />
|
|
<assets path="example/assets" include="*.skel" rename="assets" type="binary" />
|
|
|
|
</project> |