get player dir sprite swapping working
" " " " " " " " " " " " " " " " " " " " " "
This commit is contained in:
parent
fe99c7a4a6
commit
883c28363e
6 changed files with 38 additions and 73 deletions
|
|
@ -1,52 +0,0 @@
|
|||
image: "/assets/images/player.png"
|
||||
tile_width: 25
|
||||
tile_height: 25
|
||||
collision_groups: "player"
|
||||
animations {
|
||||
id: "e"
|
||||
start_tile: 4
|
||||
end_tile: 4
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "n"
|
||||
start_tile: 1
|
||||
end_tile: 1
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "ne"
|
||||
start_tile: 3
|
||||
end_tile: 3
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "nw"
|
||||
start_tile: 8
|
||||
end_tile: 8
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "s"
|
||||
start_tile: 2
|
||||
end_tile: 2
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "se"
|
||||
start_tile: 5
|
||||
end_tile: 5
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "sw"
|
||||
start_tile: 6
|
||||
end_tile: 6
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
animations {
|
||||
id: "w"
|
||||
start_tile: 7
|
||||
end_tile: 7
|
||||
playback: PLAYBACK_NONE
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue