aboutsummaryrefslogtreecommitdiff
path: root/tutorial/popup.tscn
blob: aab4ddc7b763bde8725e5d379126a9d20c94f611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}