FujiAPI / Fuji

Celeste 64 Mod Loader
30 stars 10 forks source link

Fix some mod loading problems #78

Closed psyGamer closed 5 months ago

psyGamer commented 5 months ago

Fixes the scene being created before a reload and various issues to hooks persisting. Contains a minor breaking change with RemoveHook -> DeregisterHook. I don't think anyone was using that anyway so it should be fine. Also the passthourgh methods in the GameMod are no longer static. That might affect some people, idk. Can be added back as obsolete for now an removed in 0.7.0 if needed.

axiand commented 5 months ago

Gonna merge this as it lgtm

Can revert if it causes issues down the line