[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 }