aboutsummaryrefslogtreecommitdiff
path: root/tutorial/popup.tscn
blob: 2f615bda720789ec3d7920565fe0bbe7b88b5480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gd_scene load_steps=3 format=2]

[ext_resource path="res://tutorial/popup.gd" type="Script" id=1]

[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.6, 0.933333, 0.847059, 1 )

[node name="Node2D" type="Label"]
pause_mode = 2
custom_styles/normal = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Example text
"
align = 1
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}