Diffstat (limited to 'Block.tscn')
| -rw-r--r-- | Block.tscn | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -1,28 +1,30 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=3 format=3 uid="uid://oigfq0ftg7qf"] -[ext_resource path="res://Block.gd" type="Script" id=1] -[ext_resource path="res://LabelTheme.tres" type="Theme" id=2] +[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 ) +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 -margin_right = 30.0 -margin_bottom = 30.0 -color = Color( 0.823529, 0.517647, 0.517647, 1 ) +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 -margin_right = 30.0 -margin_bottom = 30.0 -theme = ExtResource( 2 ) +offset_right = 30.0 +offset_bottom = 30.0 +theme = ExtResource("2") text = "2" -align = 1 -valign = 1 +horizontal_alignment = 1 +vertical_alignment = 1 |