summaryrefslogtreecommitdiff
path: root/Start.tscn
blob: 560eb9bb10075a74b625c03d6f93b04ad958716b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=3 format=3 uid="uid://bdyngwtm3rowr"]

[ext_resource type="PackedScene" uid="uid://p0ay1mp7v772" path="res://Objects/BuilderObject.tscn" id="3_skats"]
[ext_resource type="PackedScene" uid="uid://3vuctgbcjqi7" path="res://Tray.tscn" id="3_u4wpj"]

[node name="Start" type="Node2D"]

[node name="BuilderObject" parent="." instance=ExtResource("3_skats")]
position = Vector2(155, 109)

[node name="CanvasLayer" type="CanvasLayer" parent="."]

[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer"]
custom_minimum_size = Vector2(80, 0)
anchors_preset = 11
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -4.0
grow_horizontal = 0
grow_vertical = 2
size_flags_vertical = 3

[node name="Tray" parent="CanvasLayer/HBoxContainer" instance=ExtResource("3_u4wpj")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.1