38 lines
2.0 KiB
Plaintext
38 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://c5p0ft870i1sk"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dpqqe7hjktit8" path="res://maps/two_towers/two_towers_static.scn" id="2_l5vmt"]
|
|
[ext_resource type="Script" uid="uid://cijpblptlwvs" path="res://maps/scripts/test.gd" id="3_vwb5y"]
|
|
[ext_resource type="Script" uid="uid://diepa0rcedh5f" path="res://maps/meta/map_rebuilder.gd" id="4_y3aqj"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_1cgct"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vwb5y"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_1cgct"]
|
|
material = SubResource("StandardMaterial3D_vwb5y")
|
|
|
|
[node name="two_towers" type="Map" unique_id=590524284 node_paths=PackedStringArray("spawners", "ball_spawner")]
|
|
spawners = [NodePath("two_towers_static/func_godot_map/entity_11_info_spawn_point"), NodePath("two_towers_static/func_godot_map/entity_5_info_spawn_point")]
|
|
ball_spawner = NodePath("two_towers_static/func_godot_map/entity_1_info_spawn_point")
|
|
|
|
[node name="map_rebuilder" type="Node" parent="." unique_id=826429171]
|
|
script = ExtResource("4_y3aqj")
|
|
|
|
[node name="two_towers_static" parent="." unique_id=86902040 instance=ExtResource("2_l5vmt")]
|
|
|
|
[node name="triggerable" type="Triggerable" parent="." unique_id=1206596848 node_paths=PackedStringArray("mesh")]
|
|
script = ExtResource("3_vwb5y")
|
|
mesh = NodePath("mesh_instance_3d")
|
|
|
|
[node name="shootable_trigger" type="ShootableTrigger" parent="triggerable" unique_id=306909670]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 42.184772, 10.981467, 7.8725615)
|
|
|
|
[node name="collision_shape_3d" type="CollisionShape3D" parent="triggerable/shootable_trigger" unique_id=298869370]
|
|
shape = SubResource("BoxShape3D_1cgct")
|
|
|
|
[node name="mesh_instance_3d" type="MeshInstance3D" parent="triggerable" unique_id=174590790]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 42.184772, 10.981467, 7.8725615)
|
|
mesh = SubResource("BoxMesh_1cgct")
|
|
|
|
[connection signal="on_shot" from="triggerable/shootable_trigger" to="triggerable" method="activate" unbinds=2]
|