summaryrefslogtreecommitdiff
path: root/Samples/Hello/gfx/test.animation.asset
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/Hello/gfx/test.animation.asset')
-rw-r--r--Samples/Hello/gfx/test.animation.asset28
1 files changed, 15 insertions, 13 deletions
diff --git a/Samples/Hello/gfx/test.animation.asset b/Samples/Hello/gfx/test.animation.asset
index 63970a2..2750135 100644
--- a/Samples/Hello/gfx/test.animation.asset
+++ b/Samples/Hello/gfx/test.animation.asset
@@ -1,13 +1,15 @@
-type="animation",
-duration=3,
-loop=true,
-update_sprite=true,
-update_transform=false,
-update_color=true,
-key_frames=4,
-frames={
- {time=0.0,sprite="/sprites/hero_0.spr",color={255,0,0,255}},
- {time=0.1,sprite="/sprites/hero_1.spr",color={255,255,0,255}},
- {time=0.2,sprite="/sprites/hero_2.spr",color={255,0,255,255}},
- {time=1.0,sprite="/sprites/hero_3.spr",color={255,0,0,255}},
-},
+{
+ type="animation",
+ duration=3,
+ loop=true,
+ update_sprite=true,
+ update_transform=false,
+ update_color=true,
+ key_frames=4,
+ frames={
+ {time=0.0,sprite="/sprites/hero_0.spr",color={255,0,0,255}},
+ {time=0.1,sprite="/sprites/hero_1.spr",color={255,255,0,255}},
+ {time=0.2,sprite="/sprites/hero_2.spr",color={255,0,255,255}},
+ {time=1.0,sprite="/sprites/hero_3.spr",color={255,0,0,255}},
+ },
+} \ No newline at end of file