diff options
Diffstat (limited to 'MainScene.tscn')
-rw-r--r-- | MainScene.tscn | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/MainScene.tscn b/MainScene.tscn index 5782fa5..564ead9 100644 --- a/MainScene.tscn +++ b/MainScene.tscn @@ -1,8 +1,28 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://main_scene/management.tscn" type="PackedScene" id=1] +[ext_resource path="res://main_scene/Label.gd" type="Script" id=2] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0, 0.270588, 1, 1 ) [node name="Node2D" type="Node2D"] [node name="management" parent="." instance=ExtResource( 1 )] -position = Vector2( 1.43198, 0 ) +position = Vector2( -0.516018, 0 ) + +[node name="Node2D" type="Node2D" parent="."] +z_index = 2 + +[node name="Label" type="Label" parent="Node2D"] +pause_mode = 2 +margin_right = 1010.0 +margin_bottom = 14.0 +custom_styles/normal = SubResource( 1 ) +custom_colors/font_color = Color( 0, 0, 0, 1 ) +text = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" +autowrap = true +script = ExtResource( 2 ) +__meta__ = { +"_edit_use_anchors_": false +} |