Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 28 additions & 26 deletions 54 assets/objects/actors/player/skel/object.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
<?fife type="object"?>
<object id="skel" namespace="tutorial1objects" blocking="1" static="0">
<action id="stand">
<animation atlas="stand.png" width="128" height="128" x_offset="0" y_offset="-32" frames="4" delay="200">
<direction dir="180"/>
<direction dir="135"/>
<direction dir="90"/>
<direction dir="45"/>
<direction dir="0"/>
<direction dir="315"/>
<direction dir="270"/>
<direction dir="225"/>
</animation>
</action>
<action id="walk">
<animation atlas="walk.png" width="128" height="128" x_offset="0" y_offset="-32" frames="8" delay="100">
<direction dir="180"/>
<direction dir="135"/>
<direction dir="90"/>
<direction dir="45"/>
<direction dir="0"/>
<direction dir="315"/>
<direction dir="270"/>
<direction dir="225"/>
</animation>
</action>
</object>
<assets>
<object id="skel" namespace="tutorial1objects" blocking="1" static="0">
<action id="stand">
<animation atlas="stand.png" width="128" height="128" x_offset="0" y_offset="-32" frames="4" delay="200">
<direction dir="180"/>
<direction dir="135"/>
<direction dir="90"/>
<direction dir="45"/>
<direction dir="0"/>
<direction dir="315"/>
<direction dir="270"/>
<direction dir="225"/>
</animation>
</action>
<action id="walk">
<animation atlas="walk.png" width="128" height="128" x_offset="0" y_offset="-32" frames="8" delay="100">
<direction dir="180"/>
<direction dir="135"/>
<direction dir="90"/>
<direction dir="45"/>
<direction dir="0"/>
<direction dir="315"/>
<direction dir="270"/>
<direction dir="225"/>
</animation>
</action>
</object>
</assets>
14 changes: 8 additions & 6 deletions 14 assets/objects/ground/grass/01/object.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?fife type="object"?>
<object id="grass:01" namespace="tutorial1objects" blocking="0" static="1">
<image source="45.png" direction="45" />
<image source="135.png" direction="135" />
<image source="225.png" direction="225" />
<image source="315.png" direction="315" />
</object>
<assets>
<object id="grass:01" namespace="tutorial1objects" blocking="0" static="1">
<image source="45.png" direction="45" />
<image source="135.png" direction="135" />
<image source="225.png" direction="225" />
<image source="315.png" direction="315" />
</object>
</assets>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.