Removed idea to have Tasks have a seperate step class; needless abstraction at this point, added manifest parser

This commit is contained in:
2021-11-15 19:22:09 -06:00
parent dae620ccbd
commit 1ab835ba98
14 changed files with 280 additions and 149 deletions

View File

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