Sites
This commit is contained in:
parent
bd16f01192
commit
6422ffb13c
13 changed files with 142 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://cqrh2cc7m2i7f"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://cqrh2cc7m2i7f"]
|
||||
|
||||
[ext_resource type="Environment" uid="uid://d0cfgtx2yxw13" path="res://environments/prototype_environment.tres" id="1_i6jab"]
|
||||
[ext_resource type="Script" uid="uid://ypgm3aplt78m" path="res://scripts/multiplayer/team_spawner.gd" id="4_pi0y7"]
|
||||
|
|
@ -7,6 +7,9 @@
|
|||
[ext_resource type="Script" uid="uid://dncldab5y4yod" path="res://scripts/item_spawner.gd" id="6_61ure"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxdgk74ln5xpn" path="res://scenes/weapons/droppable_bomb.tscn" id="6_bno23"]
|
||||
[ext_resource type="Script" uid="uid://bqjv6l7hh0lix" path="res://scripts/multiplayer/spawn_system/dyn_objects_spawner.gd" id="6_oujx2"]
|
||||
[ext_resource type="Script" uid="uid://dk1gjbuydemmb" path="res://scripts/multiplayer/plant_site/plant_site.gd" id="8_oujx2"]
|
||||
[ext_resource type="Script" uid="uid://b4cpux52fmx5o" path="res://scripts/multiplayer/plant_site/plant_deadzone.gd" id="9_1wlgq"]
|
||||
[ext_resource type="Material" uid="uid://c6xa4phihtya2" path="res://materials/Redmat.tres" id="9_ysk2e"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_y6i55"]
|
||||
length = 0.001
|
||||
|
|
@ -22,6 +25,15 @@ _data = {
|
|||
&"main": SubResource("Animation_pi0y7")
|
||||
}
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_ysk2e"]
|
||||
size = Vector3(15.324341, 1.4935913, 21.381592)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_1wlgq"]
|
||||
size = Vector3(34.28946, 8.172485, 33.813843)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_5uqia"]
|
||||
size = Vector3(9.06966, 8.172485, 13.86731)
|
||||
|
||||
[node name="PrototypeScene" type="Node3D"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
|
|
@ -224,3 +236,43 @@ script = ExtResource("6_oujx2")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -28.858309, 4.6431036, 12.873563)
|
||||
script = ExtResource("6_61ure")
|
||||
item = ExtResource("6_bno23")
|
||||
|
||||
[node name="PlantA" type="Area3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.8366356, 1.4274807, -21.45604)
|
||||
collision_layer = 0
|
||||
collision_mask = 16
|
||||
script = ExtResource("8_oujx2")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="PlantA"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.484192, 0.24679565, 3.1519775)
|
||||
shape = SubResource("BoxShape3D_ysk2e")
|
||||
|
||||
[node name="PlantADeadzone" type="Area3D" parent="." node_paths=PackedStringArray("bound_plant")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.00709, -26.598661)
|
||||
collision_layer = 0
|
||||
collision_mask = 2
|
||||
script = ExtResource("9_1wlgq")
|
||||
bound_plant = NodePath("../PlantA")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="PlantADeadzone"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.292345, -7.2330484, 1.2828445)
|
||||
shape = SubResource("BoxShape3D_1wlgq")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="PlantADeadzone"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.8295212, -7.2330484, 25.29969)
|
||||
shape = SubResource("BoxShape3D_5uqia")
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.8463913, 0.33205223, -18.39247)
|
||||
size = Vector3(0.49205017, 0.6567383, 21.270905)
|
||||
material = ExtResource("9_ysk2e")
|
||||
|
||||
[node name="CSGBox3D2" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 8.300152, 0.33205223, -28.774506)
|
||||
size = Vector3(0.49205017, 0.6567383, 15.680862)
|
||||
material = ExtResource("9_ysk2e")
|
||||
|
||||
[node name="CSGBox3D3" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(-1.0000001, 0, 0, 0, 1, 0, 0, 0, -1.0000001, 15.965797, 0.33205223, -18.300764)
|
||||
size = Vector3(0.49205017, 0.6567383, 21.278908)
|
||||
material = ExtResource("9_ysk2e")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue