epervier-old/examples/scenes/gameplay/plateform/actors/hitboxes/player.lua

14 lines
184 B
Lua
Raw Normal View History

return {
["idle"] = {
{
{"main", 0, 0, 16, 24, true}
}
},
["punch"] = {
{
{"main", 0, 0, 16, 24, true},
{"punch", 16, 6, 12, 12, false}
}
}
}