diff options
Diffstat (limited to 'scenes/interface.tscn')
-rw-r--r-- | scenes/interface.tscn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scenes/interface.tscn b/scenes/interface.tscn index 5a79aca..e36bd9b 100644 --- a/scenes/interface.tscn +++ b/scenes/interface.tscn @@ -1,5 +1,6 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] +[ext_resource path="res://theme_data/interface_theme.tres" type="Theme" id=1] [ext_resource path="res://textures/hourglass.png" type="Texture" id=2] [ext_resource path="res://scripts/interface.gd" type="Script" id=3] @@ -17,7 +18,7 @@ margin_top = 104.0 margin_right = 216.0 margin_bottom = 116.0 rect_scale = Vector2( 0.8, 0.8 ) -custom_colors/font_color_shadow = Color( 0.270588, 0.294118, 0.443137, 1 ) +theme = ExtResource( 1 ) text = "000" align = 2 @@ -26,7 +27,7 @@ margin_top = -2.0 margin_right = 48.0 margin_bottom = 14.0 rect_scale = Vector2( 0.8, 0.8 ) -custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) +theme = ExtResource( 1 ) text = "Score:" [node name="Timer" type="Timer" parent="."] @@ -47,7 +48,7 @@ margin_top = 112.0 margin_right = 88.0 margin_bottom = 128.0 rect_scale = Vector2( 0.5, 0.5 ) -custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) +theme = ExtResource( 1 ) text = "Next Phase: " [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"] |