mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
Initial Commit
This commit is contained in:
14
lib/window.rb
Normal file
14
lib/window.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
module TAC
|
||||
class Window < CyberarmEngine::Window
|
||||
def initialize(**args)
|
||||
super(**args)
|
||||
|
||||
self.caption = "#{TAC::NAME} v#{TAC::VERSION} (#{TAC::RELEASE_NAME})"
|
||||
push_state(TAC::States::Editor)
|
||||
end
|
||||
|
||||
def needs_cursor?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user