Skip to content

Commit

Permalink
Add animation files for statues in alpha_core mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbeller committed Oct 9, 2012
1 parent c496930 commit 8265544
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 18 deletions.
11 changes: 11 additions & 0 deletions mods/alpha_demo/animations/npcs/statue_guardian_fire.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

image=images/npcs/statue_guardian_fire.png

render_size=64,128
render_offset=32,112

[stance]
position=0
frames=8
duration=5
type=looped
11 changes: 11 additions & 0 deletions mods/alpha_demo/animations/npcs/statue_guardian_ice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

image=images/npcs/statue_guardian_ice.png

render_size=64,128
render_offset=32,112

[stance]
position=0
frames=8
duration=5
type=looped
11 changes: 11 additions & 0 deletions mods/alpha_demo/animations/npcs/statue_guardian_wind.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

image=images/npcs/statue_guardian_wind.png

render_size=64,128
render_offset=32,112

[stance]
position=0
frames=8
duration=5
type=looped
6 changes: 0 additions & 6 deletions mods/alpha_demo/npcs/statue_guardian_fire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ talker=true

# animation info
gfx=statue_guardian_fire
render_size=64,128
render_offset=32,112
anim_frames=8
anim_duration=5

# voiceover files

[dialog]
requires_not=lb_fire_password
Expand Down
6 changes: 0 additions & 6 deletions mods/alpha_demo/npcs/statue_guardian_ice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ talker=true

# animation info
gfx=statue_guardian_ice
render_size=64,128
render_offset=32,112
anim_frames=8
anim_duration=5

# voiceover files

[dialog]
requires_not=lb_ice_password
Expand Down
6 changes: 0 additions & 6 deletions mods/alpha_demo/npcs/statue_guardian_wind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ talker=true

# animation info
gfx=statue_guardian_wind
render_size=64,128
render_offset=32,112
anim_frames=8
anim_duration=5

# voiceover files

[dialog]
requires_not=lb_wind_password
Expand Down

0 comments on commit 8265544

Please sign in to comment.