implement rest of options, including CRT/LCD filter!

This commit is contained in:
Haze Weathers 2024-02-27 22:35:28 -05:00
parent e0e56d3ffa
commit 2da5935c3b
4 changed files with 31 additions and 12 deletions

View file

@ -16,5 +16,3 @@ func _gui_input(event):
Audio.ac_music.stop()
current_selection = posmod(current_selection,sounds.size())
body.text = titles[current_selection]