52 lines
745 B
Text
52 lines
745 B
Text
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
|
|
}
|