Sync: Renamed Engine to Window to be less confusing, elements are now supposed to throw a changed event if their value is changed

This commit is contained in:
2020-05-04 11:17:11 -05:00
parent 4055f645f3
commit da5d740c6e
11 changed files with 78 additions and 87 deletions

View File

@@ -42,7 +42,7 @@ class Hello < CyberarmEngine::GuiState
end
end
class Window < CyberarmEngine::Engine
class Window < CyberarmEngine::Window
def initialize
super
self.show_cursor = true