[starling] Updated Raptor clipping repro.

This commit is contained in:
badlogic 2017-04-20 15:25:03 +02:00
parent e8f54e996e
commit 1e93019b82
2 changed files with 2641 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ package spine.examples {
import starling.events.TouchPhase; import starling.events.TouchPhase;
public class RaptorExample extends Sprite { public class RaptorExample extends Sprite {
[Embed(source = "/raptor.json", mimeType = "application/octet-stream")] [Embed(source = "/raptor-clipped.json", mimeType = "application/octet-stream")]
static public const RaptorJson : Class; static public const RaptorJson : Class;
[Embed(source = "/raptor.atlas", mimeType = "application/octet-stream")] [Embed(source = "/raptor.atlas", mimeType = "application/octet-stream")]