TheAfroOfDoom / omegaflowey-minecraft-remastered

MIT License
5 stars 1 forks source link

decrease main arena length #150

Open TheAfroOfDoom opened 4 months ago

TheAfroOfDoom commented 4 months ago

the arena as it is now is suuuper long (X-axis). this was done in an attempt to be "accurate" to how long it looks in Undertale, but i think when i made it i was actually using the full screen length instead of the length between Flowey's arms

image

this change would lead to us needing to change most attack's parameters so they respect the new arena bounds. for example:

the attack parameters could definitely be changed iteratively in later PRs though; we don't have to do everything all at once (yay source control + iterative development!)

TheAfroOfDoom commented 2 months ago

this was started and mostly completed for the Summit world in https://github.com/TheAfroOfDoom/omega-flowey-minecraft-remastered/pull/193