Настройки редактора

This commit is contained in:
Maxim
2025-04-15 23:39:01 +03:00
parent f7e083d175
commit 6e777338de
10 changed files with 99 additions and 99 deletions

View File

@@ -5,7 +5,7 @@ func _ready() -> void:
var style = get('theme_override_styles/panel')
style.bg_color = Color(0, 0, 0, 0.5)
set('theme_override_styles/panel', style)
#func _process(_delta: float) -> void:
#pass