add steam overlay, achievements and stats managers

This commit is contained in:
2026-06-23 11:17:31 +02:00
parent efb7a78cf1
commit 298e6cd229
54 changed files with 1031 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ extends CanvasLayer
@onready var loading_screen = $LoadingScreen
@export var transition_duration: float = 1
func _ready() -> void:
color_rect.color.a = 0.0
color_rect.mouse_filter = Control.MOUSE_FILTER_IGNORE