فهرست منبع

Connect signals of timer and button

DricomDragon 5 سال پیش
والد
کامیت
d4b54a7cbf
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      HUD.tscn

+ 8 - 1
HUD.tscn

@@ -1,4 +1,6 @@
-[gd_scene load_steps=7 format=2]
+[gd_scene load_steps=8 format=2]
+
+[ext_resource path="res://HUD.gd" type="Script" id=1]
 
 [sub_resource type="DynamicFontData" id=1]
 font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
@@ -24,6 +26,7 @@ size = 32
 font_data = SubResource( 5 )
 
 [node name="HUD" type="CanvasLayer"]
+script = ExtResource( 1 )
 
 [node name="ScoreLabel" type="Label" parent="."]
 anchor_right = 1.0
@@ -56,3 +59,7 @@ custom_fonts/font = SubResource( 6 )
 text = "Start"
 
 [node name="MessageTimer" type="Timer" parent="."]
+wait_time = 2.15
+one_shot = true
+[connection signal="pressed" from="StartButton" to="." method="_on_StartButton_pressed"]
+[connection signal="timeout" from="MessageTimer" to="." method="_on_MessageTimer_timeout"]