mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[haxe] Fix SkeletonData default fps.
This commit is contained in:
parent
a76e90fdf3
commit
75da4d6be5
@ -92,7 +92,7 @@ class SkeletonData {
|
|||||||
// Nonessential.
|
// Nonessential.
|
||||||
|
|
||||||
/** The dopesheet FPS in Spine, or zero if nonessential data was not exported. */
|
/** The dopesheet FPS in Spine, or zero if nonessential data was not exported. */
|
||||||
public var fps:Float = 0;
|
public var fps:Float = 30;
|
||||||
|
|
||||||
/** The path to the images directory as defined in Spine, or null if nonessential data was not exported. */
|
/** The path to the images directory as defined in Spine, or null if nonessential data was not exported. */
|
||||||
public var imagesPath:String;
|
public var imagesPath:String;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user