Skip to content

Commit

Permalink
Tweak teleporter animation
Browse files Browse the repository at this point in the history
  • Loading branch information
clintbellanger committed Sep 27, 2012
1 parent a64c05e commit 0cd58f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mods/fantasycore/tilesetdefs/tileset_dungeon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ tile=264,0,832,128,64,32,32
tile=265,128,832,128,64,32,32

# teleporter animation
animation=265;128,832,1;256,832,1;384,832,1;512,832,1
animation=265;512,832,2;384,832,2;256,832,2;128,832,2

# closed doors
tile=280,0,1152,64,128,48,120
Expand Down
2 changes: 1 addition & 1 deletion mods/fantasycore/tilesetdefs/tileset_grassland.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ tile=264,0,1344,128,64,32,32
tile=265,128,1344,128,64,32,32

# teleporter animation
animation=265;128,1344,1;256,1344,1;384,1344,1;512,1344,1
animation=265;512,1344,2;384,1344,2;256,1344,2;128,1344,2
2 changes: 1 addition & 1 deletion mods/minicore/tilesetdefs/tileset_dungeon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ tile=264,0,416,64,32,16,16
tile=265,64,416,64,32,16,16

# teleporter animation
animation=265;64,416,1;128,416,1;192,416,1;256,416,1
animation=265;256,416,2;192,416,2;128,416,2;64,416,2

# closed doors
tile=280,0,576,32,64,24,60
Expand Down
2 changes: 1 addition & 1 deletion mods/minicore/tilesetdefs/tileset_grassland.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ tile=264,0,672,64,32,16,16
tile=265,64,672,64,32,16,16

# teleporter animation
animation=265;64,672,1;128,672,1;192,672,1;256,672,1
animation=265;256,672,2;192,672,2;128,672,2;64,672,2

0 comments on commit 0cd58f9

Please sign in to comment.