blob: 564ead963a3a2a7edc3ba4135c4685d856f01b77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[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( -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
}
|