add device

This commit is contained in:
2024-12-20 14:40:01 +03:00
parent c65e3e1abb
commit 827c85fa9e
8 changed files with 51 additions and 16 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