UI tweaks

This commit is contained in:
2021-11-11 12:34:27 -06:00
parent e8e2cd302c
commit cb623f4d88
6 changed files with 83 additions and 9 deletions

View File

@@ -5,5 +5,11 @@ class W3DHub
push_state(W3DHub::States::Boot)
end
def button_down(id)
super
self.borderless = !self.borderless? if id == Gosu::KB_F7
end
end
end