mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Presets are now actually created, added notifications when creating preset.
This commit is contained in:
@@ -12,7 +12,7 @@ module TAC
|
||||
@animator = CyberarmEngine::Animator.new(start_time: 0, duration: 3_000, from: 0, to: 255)
|
||||
@transition_color = Gosu::Color.new(0x00_000000)
|
||||
|
||||
@next_state = USE_REDESIGN ? NewEditor : Editor
|
||||
@next_state = NewEditor
|
||||
end
|
||||
|
||||
def draw
|
||||
|
||||
@@ -99,6 +99,8 @@ class NewEditor < CyberarmEngine::GuiState
|
||||
end
|
||||
end
|
||||
|
||||
@window_controls.hide unless BORDERLESS
|
||||
|
||||
page(TAC::Pages::Home)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user