Funkin
Funkin copied to clipboard
Fix outdated code that was breaking compilation
Some of the code was preventing compilation as they were to the standards of their older versions, from 2 years ago. Specifically FlxGame
's constructor no longer taking in a zoom, and Polymod.scan()
taking in ScanParams
(struct)
Probably worth merging this PR, it's not a feature request or a bug-fix or anything - just a commit to fix errors & compilation that make it unable to play.
This repo is outdated however, so I’m pretty sure this isn’t gonna be merged
I know... read the last line. This PR is just to make it so anyone cloning the repository can just clone it + compile it.
Currently, if you clone it you need to implement fixes for broken cutscenes, polymod & FlxGame's constructor by yourself.
okay