75 lines
3.2 KiB
Plaintext
75 lines
3.2 KiB
Plaintext
[gd_scene format=3 uid="uid://7iooamjot1tg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ct70bpbca8one" path="res://scenes/player/local_player.tscn" id="1_yjvui"]
|
|
[ext_resource type="PackedScene" uid="uid://kfxc0migw80o" path="res://scenes/player/remote_player.tscn" id="2_kcncr"]
|
|
[ext_resource type="PackedScene" uid="uid://dfnbc8sbufa4j" path="res://scenes/misc/ball.tscn" id="3_e0nj3"]
|
|
[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_1cgct"]
|
|
size = Vector3(100, 0.01, 100)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_3g557"]
|
|
size = Vector3(1000, 1, 1000)
|
|
|
|
[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")
|
|
local_player = ExtResource("1_yjvui")
|
|
remote_player = ExtResource("2_kcncr")
|
|
ball = ExtResource("3_e0nj3")
|
|
|
|
[node name="net_stats_label" type="NetStatsLabel" parent="." unique_id=1821474986]
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -152.0
|
|
offset_right = 369.0
|
|
grow_vertical = 0
|
|
vertical_alignment = 2
|
|
|
|
[node name="terrain" type="MeshInstance3D" parent="." unique_id=1474127252]
|
|
material_override = SubResource("StandardMaterial3D_u8vuu")
|
|
mesh = SubResource("PlaneMesh_1cgct")
|
|
|
|
[node name="static_body_3d" type="StaticBody3D" parent="terrain" unique_id=203785193]
|
|
collision_layer = 7
|
|
collision_mask = 7
|
|
|
|
[node name="collision_shape_3d" type="CollisionShape3D" parent="terrain/static_body_3d" unique_id=1466526153]
|
|
shape = SubResource("BoxShape3D_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)
|