Skip to content
This repository has been archived by the owner on Sep 16, 2018. It is now read-only.

Commit

Permalink
Some base sprite configuration changes again
Browse files Browse the repository at this point in the history
  • Loading branch information
jurkan committed Jul 1, 2012
1 parent fb3ead3 commit f35d3d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
10 changes: 5 additions & 5 deletions paths.xml
Expand Up @@ -33,12 +33,12 @@ Also, don't forget to add the '/' path separator at the end of folder values.

<configuration>
<!-- Required data paths -->
<option name="itemIcons" value="graphics/items/" />
<option name="itemIcons" value="items/" />
<option name="unknownItemFile" value="unknown.png" />
<option name="sprites" value="graphics/sprites/" />
<option name="sprites" value="sprites/" />
<option name="spriteErrorFile" value="error.xml" />

<option name="particles" value="graphics/particles/" />
<option name="particles" value="particles/" />
<option name="levelUpEffectFile" value="levelup.particle.xml" />
<option name="portalEffectFile" value="warparea.particle.xml" />

Expand All @@ -49,6 +49,6 @@ Also, don't forget to add the '/' path separator at the end of folder values.
<option name="attackSfxFile" value="fist-swish.ogg" />
<option name="music" value="music/" />

<option name="wallpapers" value="graphics/images/" />
<option name="wallpapers" value="images/" />
<option name="wallpaperFile" value="login_wallpaper.png" />
</configuration>
</configuration>
13 changes: 11 additions & 2 deletions sprites/characters/hairstyle_base.xml
@@ -1,8 +1,17 @@
<?xml version="1.0"?>
<sprite>
<action name="stand" imageset="base">
<action name="default" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="0"/>
<frame index="0" offsetX="0" offsetY="-20"/>
</animation>
<animation direction="up">
<frame index="1" offsetX="0" offsetY="-20"/>
</animation>
<animation direction="right">
<frame index="2" offsetX="0" offsetY="-20"/>
</animation>
<animation direction="left">
<frame index="2" offsetX="0" offsetY="-20"/>
</animation>
</action>
</sprite>

0 comments on commit f35d3d6

Please sign in to comment.