mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 00:10:56 +02:00
15 lines
290 B
Lua
15 lines
290 B
Lua
-- one no-op move anim per fixture move so anim lookups resolve
|
|
local none = { seq = {}, source = "fixture" }
|
|
|
|
return {
|
|
moveAnims = {
|
|
FIX_TACKLE = none,
|
|
FIX_SCRATCH = none,
|
|
FIX_EMBERISH = none,
|
|
FIX_CUT = none,
|
|
},
|
|
subanims = {},
|
|
tilesheets = {},
|
|
baseCoords = {},
|
|
}
|