issues
search
ikemen-engine
/
Ikemen-GO
An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
739
stars
126
forks
source link
fix: animation offset, Clsn scale, ClsnOverlap
#2110
Closed
potsmugen
closed
1 week ago
potsmugen
commented
2 weeks ago
Fix:
Fixed animation offsets being scaled incorrectly when a character uses another character's animations (such as during throws)
Fixed chars having Clsn scale 0 in the very first frame they are created
Fixes #2089
Feat:
Added missing Lua version of ClsnOverlap
Refactor:
Changed character "key" variable to "controller" (player who controls the char). It's clearer and "key" is also used in input.go for actual keys
Simplified some "new character" functions
Fix:
Feat:
Refactor: