add game menu
This commit was merged in pull request #19.
This commit is contained in:
48
core/game_menu/collectible_gallery.tscn
Normal file
48
core/game_menu/collectible_gallery.tscn
Normal file
@@ -0,0 +1,48 @@
|
||||
[gd_scene format=3 uid="uid://bvw086glfpcba"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dq3qtcrdnikl7" path="res://core/game_menu/collectible_gallery.gd" id="1_67tug"]
|
||||
[ext_resource type="PackedScene" uid="uid://dp7dvfauh5rpx" path="res://core/game_menu/collectible_ui.tscn" id="2_or234"]
|
||||
|
||||
[node name="CollectibleGallery" type="Control" unique_id=354419843]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_right = 640.0
|
||||
offset_bottom = 410.0
|
||||
script = ExtResource("1_67tug")
|
||||
collectible_ui_scene = ExtResource("2_or234")
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=348576028]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
draw_focus_border = true
|
||||
|
||||
[node name="CollectibleGrid" type="GridContainer" parent="ScrollContainer" unique_id=1187865988]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 6
|
||||
size_flags_vertical = 2
|
||||
theme_override_constants/h_separation = 0
|
||||
theme_override_constants/v_separation = 0
|
||||
columns = 3
|
||||
|
||||
[node name="CollectibleUI" parent="ScrollContainer/CollectibleGrid" unique_id=201865221 instance=ExtResource("2_or234")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CollectibleUI2" parent="ScrollContainer/CollectibleGrid" unique_id=68332892 instance=ExtResource("2_or234")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CollectibleUI3" parent="ScrollContainer/CollectibleGrid" unique_id=825070290 instance=ExtResource("2_or234")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CollectibleUI4" parent="ScrollContainer/CollectibleGrid" unique_id=2024921123 instance=ExtResource("2_or234")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CollectibleUI5" parent="ScrollContainer/CollectibleGrid" unique_id=666626121 instance=ExtResource("2_or234")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CollectibleUI6" parent="ScrollContainer/CollectibleGrid" unique_id=1566830281 instance=ExtResource("2_or234")]
|
||||
layout_mode = 2
|
||||
Reference in New Issue
Block a user