[gd_scene load_steps=3 format=3 uid="uid://oigfq0ftg7qf"] [ext_resource type="Script" path="res://Block.gd" id="1"] [ext_resource type="Theme" uid="uid://b7nnb5t1wik1r" path="res://LabelTheme.tres" id="2"] [node name="Block" type="Node2D"] script = ExtResource("1") [node name="ColorRect" type="ColorRect" parent="."] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_right = 30.0 offset_bottom = 30.0 color = Color(0.823529, 0.517647, 0.517647, 1) [node name="Label" type="Label" parent="."] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_right = 30.0 offset_bottom = 30.0 theme = ExtResource("2") text = "2" horizontal_alignment = 1 vertical_alignment = 1