From b66eb089dbce08f4d38df39f373718194febcb61 Mon Sep 17 00:00:00 2001 From: rom Date: Mon, 26 Apr 2021 13:24:19 +0200 Subject: [sparta] fix pause --- scenes/levels/reactiontest.tscn | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'scenes/levels/reactiontest.tscn') diff --git a/scenes/levels/reactiontest.tscn b/scenes/levels/reactiontest.tscn index 8c98f6c..41031e3 100644 --- a/scenes/levels/reactiontest.tscn +++ b/scenes/levels/reactiontest.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://scenes/levels/reactiontest.gd" type="Script" id=1] [ext_resource path="res://components/button.tscn" type="PackedScene" id=2] +[ext_resource path="res://fonts/Flipps_Theme.tres" type="Theme" id=3] [node name="Level2" type="Node2D"] position = Vector2( 640, 320 ) @@ -53,3 +54,13 @@ fixed_width = 30 position = Vector2( 216.1, -39.8346 ) text = "9" fixed_width = 30 + +[node name="TimerLabel" type="Label" parent="."] +margin_left = -625.51 +margin_top = -296.265 +margin_right = -501.51 +margin_bottom = -215.265 +theme = ExtResource( 3 ) +__meta__ = { +"_edit_use_anchors_": false +} -- cgit