Ryan McKay c4e1b11845 Fixed toColor function returning NaN
Tested the 'toColor' function with 'ffffff00'.
The returned result (in r,g,b,a) was 1,NaN,1,257.
The correct result should obviously be 1,1,1,0.
The hex substring was being done incorrectly.
2013-07-25 20:32:37 +12:00
2013-07-21 01:27:13 +02:00
2013-06-18 20:40:08 +02:00
2013-02-20 01:13:59 +01:00
2013-02-21 01:49:57 +01:00

Spine Runtimes

This project hosts the runtimes needed to use Spine 2D skeletal animations with various game toolkits.

The code provided here is currently under development and is subject to change.

Documentation is being worked on and will be provided as soon as possible.

Description
No description provided
Readme 628 MiB
Languages
C# 20.3%
HTML 17%
C++ 16.6%
C 10.4%
TypeScript 9.1%
Other 26.4%