Skip to content

Commit

Permalink
New animated sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ley-line committed Jul 31, 2021
1 parent 44fd610 commit 935eda1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions utils/items.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2655,4 +2655,48 @@
image=scenery/mine-cart-empty-ne-sw.png
[/item]
[/event]
#enddef

#define ANIMATED_MAGIC_CIRCLE X Y

[event]
name=moveto
[filter]
x,y={X},{Y}
side=1,2
[/filter]
[terrain]
x,y={X},{Y}
terrain="^Kov"
layer=overlay
[/terrain]
{NARRATE "The magical circle hums with energy. Its ability to summon units allows you to use this as a keep."}
[/event]

[terrain_graphics]
x={X}
y={Y}
[tile]
x=0
y=0
set_flag=magic_circle
[/tile]
[/terrain_graphics]
[terrain_graphics]
map="
, *
* , *
, 1
* , *
, *"
[tile]
pos=1
has_flag=magic_circle
[/tile]
[image]
layer=0
center=92,138
name="../scenery/magic-circle/magic-circle-[1~16].png:[1250,140*3,1250,140*3,1250,140*3,1250,140*3]"
[/image]
[/terrain_graphics]
#enddef

0 comments on commit 935eda1

Please # to comment.