plant pick menu
This commit is contained in:
parent
73a2fe42ad
commit
32453f2e9d
18 changed files with 121 additions and 39 deletions
34
scenes/gui/plants_pick_test.tscn
Normal file
34
scenes/gui/plants_pick_test.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://boxt0hfowqe66"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://crlumefuo1biu" path="res://scripts/gui/plant_pick/seedpacket_generator.gd" id="1_celhi"]
|
||||
[ext_resource type="Script" uid="uid://co3yto3q7mnm7" path="res://scripts/level/level_data.gd" id="2_pdbkq"]
|
||||
[ext_resource type="Script" uid="uid://cbrhnb4tp4pem" path="res://scripts/gui/hotbar.gd" id="3_qyndx"]
|
||||
|
||||
[node name="PlantsPickTest" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="."]
|
||||
layout_mode = 0
|
||||
anchor_left = 0.27
|
||||
anchor_top = 0.48
|
||||
anchor_right = 0.74
|
||||
anchor_bottom = 0.94
|
||||
columns = 3
|
||||
script = ExtResource("1_celhi")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="LevelData" type="Node" parent="."]
|
||||
script = ExtResource("2_pdbkq")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 69.0
|
||||
offset_top = 12.0
|
||||
offset_right = 479.0
|
||||
offset_bottom = 75.0
|
||||
script = ExtResource("3_qyndx")
|
||||
Loading…
Add table
Add a link
Reference in a new issue