64 lines
2.8 KiB
Plaintext
64 lines
2.8 KiB
Plaintext
[gd_scene format=3 uid="uid://7iooamjot1tg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dov2eh5u4ypnx" path="res://scenes/misc/health_pickup.tscn" id="2_yffox"]
|
|
[ext_resource type="PackedScene" uid="uid://c1r8nk58cci3a" path="res://scenes/misc/goal.tscn" id="4_w7til"]
|
|
|
|
[sub_resource type="ImageTexture" id="ImageTexture_3vyb7"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u8vuu"]
|
|
albedo_texture = SubResource("ImageTexture_3vyb7")
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_1cgct"]
|
|
size = Vector2(100, 100)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_3g557"]
|
|
size = Vector3(1000, 1, 1000)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_1cgct"]
|
|
size = Vector3(100, 0.01, 100)
|
|
|
|
[node name="map" type="Map" unique_id=914577955 node_paths=PackedStringArray("spawners", "ball_spawner")]
|
|
spawners = [NodePath("team1_spawner"), NodePath("team2_spawner")]
|
|
ball_spawner = NodePath("ball_spawner")
|
|
|
|
[node name="terrain" type="MeshInstance3D" parent="." unique_id=1474127252]
|
|
material_override = SubResource("StandardMaterial3D_u8vuu")
|
|
mesh = SubResource("PlaneMesh_1cgct")
|
|
|
|
[node name="directional_light_3d" type="DirectionalLight3D" parent="." unique_id=793524416]
|
|
transform = Transform3D(1, 0, 0, 0, 0.7274598, 0.6861503, 0, -0.6861503, 0.7274598, -5.1267624, 3.3997262, 3.715582)
|
|
|
|
[node name="team1_spawner" type="Node3D" parent="." unique_id=1364438299]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.1396794, 3.9666176, 6.2400913)
|
|
|
|
[node name="team2_spawner" type="Node3D" parent="." unique_id=160131314]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7.244197, 3.9666176, -6.361364)
|
|
|
|
[node name="ball_spawner" type="Node3D" parent="." unique_id=1149426253]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03390026, 4.7808294, -0.102864265)
|
|
|
|
[node name="killbox" type="Killbox" parent="." unique_id=1018578438]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5.367467, 0)
|
|
collision_layer = 7
|
|
collision_mask = 7
|
|
|
|
[node name="collision_shape_3d" type="CollisionShape3D" parent="killbox" unique_id=447460010]
|
|
shape = SubResource("BoxShape3D_3g557")
|
|
|
|
[node name="goal" parent="." unique_id=177528504 instance=ExtResource("4_w7til")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.468555, 0.0050001144, 4.4860663)
|
|
|
|
[node name="goal2" parent="." unique_id=1997661586 instance=ExtResource("4_w7til")]
|
|
team = 1
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.417626, 0.0050001144, -3.8839006)
|
|
|
|
[node name="static_body_3d" type="StaticBody3D" parent="." unique_id=203785193]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.526536, 0, 10.695821)
|
|
collision_layer = 7
|
|
collision_mask = 7
|
|
|
|
[node name="collision_shape_3d" type="CollisionShape3D" parent="static_body_3d" unique_id=1466526153]
|
|
shape = SubResource("BoxShape3D_1cgct")
|
|
|
|
[node name="health_pickup" parent="static_body_3d/collision_shape_3d" unique_id=1860192333 instance=ExtResource("2_yffox")]
|