sokoban
Diffstat (limited to 'Label.tscn')
| -rw-r--r-- | Label.tscn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Label.tscn b/Label.tscn new file mode 100644 index 0000000..1932293 --- /dev/null +++ b/Label.tscn @@ -0,0 +1,27 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://font.tres" type="DynamicFont" id=1] +[ext_resource path="res://Label.gd" type="Script" id=2] + +[node name="Label" type="Label"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -80.0 +margin_top = -8.0 +margin_right = 80.0 +margin_bottom = 40.0 +rect_scale = Vector2( 1e-05, 1e-05 ) +rect_pivot_offset = Vector2( 80, 8 ) +custom_colors/font_color = Color( 0.996078, 1, 0.6, 1 ) +custom_fonts/font = ExtResource( 1 ) +align = 1 +autowrap = true +script = ExtResource( 2 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Timer" type="Timer" parent="."] +wait_time = 0.1 |