generated from krampus/template-godot4
74 lines
2.2 KiB
Plaintext
74 lines
2.2 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://cwnwcd8kushl3"]
|
|
|
|
[ext_resource type="Script" path="res://src/world/world.gd" id="1_ybjyx"]
|
|
[ext_resource type="PackedScene" uid="uid://bm2o3mex10v11" path="res://levels/debug_level/debug_level.tscn" id="2_0xu5a"]
|
|
[ext_resource type="Script" path="res://src/player/world_player.gd" id="2_e743i"]
|
|
[ext_resource type="Script" path="res://src/ui/world_ui.gd" id="2_imewa"]
|
|
[ext_resource type="Resource" uid="uid://crock3revdn73" path="res://src/player/debug_player.tres" id="3_pyw81"]
|
|
[ext_resource type="Script" path="res://src/world/play_manager/round_robin_manager.gd" id="5_h6mje"]
|
|
[ext_resource type="Resource" uid="uid://c1pnqsddvey3m" path="res://src/equipment/clubs/drivers/debug_driver.tres" id="5_u5ok3"]
|
|
|
|
[sub_resource type="Resource" id="Resource_njyo4"]
|
|
script = ExtResource("2_e743i")
|
|
life = 4.0
|
|
name = "Gfolfer2"
|
|
color = Color(1, 0.439216, 0.439216, 1)
|
|
driver = ExtResource("5_u5ok3")
|
|
_balls = {
|
|
1: -1,
|
|
2: -1
|
|
}
|
|
|
|
[sub_resource type="Resource" id="Resource_rdjhi"]
|
|
script = ExtResource("5_h6mje")
|
|
players = Array[ExtResource("2_e743i")]([ExtResource("3_pyw81"), SubResource("Resource_njyo4")])
|
|
|
|
[node name="World" type="Node" groups=["WorldGroup"]]
|
|
script = ExtResource("1_ybjyx")
|
|
initial_level = ExtResource("2_0xu5a")
|
|
manager = SubResource("Resource_rdjhi")
|
|
|
|
[node name="Level" type="Node3D" parent="."]
|
|
unique_name_in_owner = true
|
|
|
|
[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
|
|
mouse_filter = 1
|
|
script = ExtResource("2_imewa")
|
|
|
|
[node name="HUDContainer" type="Control" parent="UI"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="EffectContainer" type="Control" parent="UI"]
|
|
unique_name_in_owner = true
|
|
process_mode = 3
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="PauseContainer" type="Control" parent="UI"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 1
|