Property animations test component. (#340)

This commit is contained in:
Pieter-Jan Briers
2019-09-18 22:14:21 +02:00
committed by GitHub
parent ed1271c30b
commit 6c97b63e59
2 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- type: entity
id: AnimationsTest
components:
- type: Sprite
texture: Objects/Toolbox_b.png
offset: 2, 0
directional: false
- type: AnimationPlayer
- type: AnimationsTest