mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 20:45:54 +00:00
Mapping
This commit is contained in:
parent
6e949d5bb1
commit
f0f49f8fb4
5 changed files with 120 additions and 78 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=379 format=4 uid="uid://c8gtrjf2xeue7"]
|
||||
[gd_scene load_steps=381 format=4 uid="uid://c8gtrjf2xeue7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://kno58homctew" path="res://addons/func_godot/src/map/func_godot_map.gd" id="1_n6h0p"]
|
||||
[ext_resource type="Script" uid="uid://crpgy1o73rtlx" path="res://Scripts/Utils/MapProxy3D.cs" id="1_pvlbf"]
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
[ext_resource type="Material" uid="uid://br4foqdn2f8ge" path="res://textures/Manual/Wall_Corner.tres" id="27_c4mw0"]
|
||||
[ext_resource type="Material" uid="uid://bijkqqi8bqi3c" path="res://textures/Floors/Floor26.tres" id="28_btjo4"]
|
||||
[ext_resource type="Material" uid="uid://fc0n5jo05seu" path="res://textures/Manual/Wall_Light_Test.tres" id="30_pvlbf"]
|
||||
[ext_resource type="Material" path="res://textures/Manual/Chevron.tres" id="30_um16p"]
|
||||
[ext_resource type="Material" uid="uid://dfs1tc2ry78pb" path="res://textures/Manual/Chevron.tres" id="30_um16p"]
|
||||
[ext_resource type="Material" uid="uid://0x6sr7ehv4t1" path="res://textures/Floors/Floor167.tres" id="31_bbydx"]
|
||||
[ext_resource type="Script" uid="uid://crjplbs250g75" path="res://3D/TrenchBroom/EntityScripts/Lights/light_spot.gd" id="31_c2mph"]
|
||||
[ext_resource type="Material" uid="uid://l3g1l0y47c7r" path="res://textures/Manual/Electric_Panel_Wall.tres" id="32_k4tgc"]
|
||||
|
|
@ -83,7 +83,9 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dyi4ji0t3ryi4" path="res://3D/Scenes/Props/chest_3d.tscn" id="70_005j7"]
|
||||
[ext_resource type="Resource" uid="uid://dy53gia1tmkah" path="res://Resources/Items/Points_Pickup.tres" id="72_51d8c"]
|
||||
[ext_resource type="Script" uid="uid://cpwn25m6b4lqf" path="res://Scripts/Activables/ScriptableArea3D.cs" id="73_51d8c"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="73_kob5s"]
|
||||
[ext_resource type="Script" uid="uid://ddv26x2qilprb" path="res://Scripts/Resources/Events/DialogueStartEvent.cs" id="75_hd6lw"]
|
||||
[ext_resource type="Script" uid="uid://b5fesrd4lv8t1" path="res://Scripts/Resources/Events/EventResource.cs" id="77_awrmj"]
|
||||
[ext_resource type="Resource" uid="uid://bdpbekqhuuq4l" path="res://Resources/Items/Shield_Extend_Pickup.tres" id="77_mf5at"]
|
||||
[ext_resource type="PackedScene" uid="uid://dioiq4nb7kiet" path="res://3D/Scenes/Props/ForceField_3D.tscn" id="83_51d8c"]
|
||||
|
||||
|
|
@ -3073,11 +3075,11 @@ transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -4.480
|
|||
|
||||
[node name="Chest" parent="Props" instance=ExtResource("70_005j7")]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, 23.5714, 1.53711, 11.4827)
|
||||
LootTable = [ExtResource("72_51d8c")]
|
||||
LootTable = Array[ExtResource("73_kob5s")]([ExtResource("72_51d8c")])
|
||||
|
||||
[node name="Chest2" parent="Props" instance=ExtResource("70_005j7")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 26.9381, 1.53711, 8.33437)
|
||||
LootTable = [ExtResource("72_51d8c")]
|
||||
LootTable = Array[ExtResource("73_kob5s")]([ExtResource("72_51d8c")])
|
||||
|
||||
[node name="Forcefield" parent="Props" instance=ExtResource("83_51d8c")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 44.9953, 2.00411, 21.5165)
|
||||
|
|
@ -3087,7 +3089,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25.0085, 1.70611, -2.51795)
|
|||
collision_layer = 32
|
||||
collision_mask = 0
|
||||
script = ExtResource("73_51d8c")
|
||||
Events = [SubResource("Resource_umvl4")]
|
||||
Events = Array[ExtResource("77_awrmj")]([SubResource("Resource_umvl4")])
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Node3D"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue