This commit is contained in:
2025-08-21 11:41:16 -04:00
parent a5d5a05369
commit 906f761041
103 changed files with 2670 additions and 250 deletions

View File

@@ -32,17 +32,18 @@ func end_shift() -> void:
var window = get_window()
window.mode = Window.MODE_WINDOWED
var size = DisplayServer.screen_get_size()
window.content_scale_size = Vector2i(345,500)
window.content_scale_size = Vector2i(415,700)
var wsize = window.get_size_with_decorations()
window.position = Vector2i(size.x - 345, 25)
window.transparent = true
window.transparent_bg = true
DisplayServer.window_set_flag(DisplayServer.WINDOW_FLAG_BORDERLESS, true)
DisplayServer.window_set_flag(DisplayServer.WINDOW_FLAG_TRANSPARENT, true)
window.per
Guild.hall.process_mode = Node.PROCESS_MODE_DISABLED
top_menu.hide()
panel.get_parent().global_position = Vector2i(5,5)
window.size = Vector2i(345,500)
window.size = Vector2i(415,700)
panel.populate_quest_bars()
func notice(msg : String, time : float = 1) -> void: