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

14 lines
184 B
Lua

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