Fixed bug where snow deformation created weird spikes.
players can now control the radio with the arrow keys on their keyboard. LEFT/RIGHT skips forward/back, and UP/DOWN is for volume up/down.
added song history array to radio's shuffle mode, so you can go to previous songs while shuffling.
fixed escape instantly quitting the game on main menu.
added screen percentage scalar to settings menu (have fun datamoshing your game!).
fixed pause menu opening to settings if you hit escape while in settings.
removed delay between switching songs. Should be instant now (was previously used to fix a crashing bug, but I found a better way to fix it so the delay is no longer needed).
Fixed drowning skipping to next radio song instead of stopping the radio.
fixed error at main menu caused by code that fixes blocky landscape bug.
added tank image back to the game's icon
changed tank to use "post update work" tick ground to fix the new snow deformation lagging behind the tank. Might have disastrous unforeseen effects.
removed old snow particle effect that was randomly placed in the level for some reason I forgor.