diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-11-28 08:43:31 -0500 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-11-28 08:43:31 -0500 |
commit | 320f5d3506a8e0062606b9a178dd40d5a89b37c5 (patch) | |
tree | 9f8f765099093928718a12f914ba247bfca79d8b /xml | |
parent | b1d3354d93187a6bededc280ddb6dee5b159bbe7 (diff) |
Animate and menu
Diffstat (limited to 'xml')
-rw-r--r-- | xml/entities.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/entities.xml b/xml/entities.xml index 60b4424..d95cdc7 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -4,6 +4,10 @@ <Position value="0.0,100.0" /> <Visible value="0.2" /> <Sprite image="assets/NPC.png" /> + <Animation> + <frame>assets/NPC.png</frame> + <frame>assets/NPC_Walk.png</frame> + </Animation> <Direction /> <Solid /> <Physics /> |