gfolf2/src/world/world.tscn

27 lines
830 B
Plaintext
Raw Normal View History

2024-11-17 12:35:28 -07:00
[gd_scene load_steps=4 format=3 uid="uid://cwnwcd8kushl3"]
2024-11-17 11:53:13 -07:00
[ext_resource type="Script" path="res://src/world/world.gd" id="1_ybjyx"]
2024-11-17 12:35:28 -07:00
[ext_resource type="PackedScene" uid="uid://c4ifdiohng830" path="res://src/ui/shot_hud/shot_hud.tscn" id="2_5b7qb"]
[ext_resource type="Script" path="res://src/ui/world_ui.gd" id="2_imewa"]
2024-11-17 11:53:13 -07:00
[node name="World" type="Node" groups=["WorldGroup"]]
script = ExtResource("1_ybjyx")
2024-11-17 11:53:13 -07:00
[node name="Level" type="Node3D" parent="."]
unique_name_in_owner = true
2024-11-17 11:53:13 -07:00
[node name="UI" type="Control" parent="."]
unique_name_in_owner = true
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2024-11-17 11:53:13 -07:00
mouse_filter = 1
2024-11-17 12:35:28 -07:00
script = ExtResource("2_imewa")
[node name="ShotHUD" parent="UI" instance=ExtResource("2_5b7qb")]
unique_name_in_owner = true
layout_mode = 1