redo generic rooms
This commit is contained in:
parent
84efb2b615
commit
f10e15e085
69 changed files with 781 additions and 1915 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=34 format=3 uid="uid://b6rem1te85htp"]
|
||||
[gd_scene load_steps=36 format=3 uid="uid://b6rem1te85htp"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bf4aq55iy3yey" path="res://Models/Stages/1-Stage/1StageGeneric.glb" id="2_ncqi6"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="3_r26gl"]
|
||||
|
|
@ -25,8 +25,9 @@
|
|||
[ext_resource type="PackedScene" uid="uid://chhs7d280p7k7" path="res://Models/Stages/1-Stage/Illum/1StageIllum-RopeLights.glb" id="21_xsano"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="22_1oq0m"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="26_6rkbs"]
|
||||
[ext_resource type="PackedScene" uid="uid://dusg7f0lhyhjo" path="res://Models/FreeRoamLocations/GenericRoom/GenericRoomTemplate.tscn" id="27_6rkbs"]
|
||||
[ext_resource type="PackedScene" uid="uid://dusg7f0lhyhjo" path="res://Models/GenericRooms/GenericRoom/GenericRoomTemplate.tscn" id="27_6rkbs"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="27_xpgff"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctpymr0p4ojab" path="res://Models/GenericRooms/GenericRoom/GenericRoomStandardExtension.glb" id="28_xpgff"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_0tsrs"]
|
||||
ambient_light_source = 1
|
||||
|
|
@ -47,6 +48,10 @@ size = Vector3(1.2, 1, 0.4)
|
|||
[sub_resource type="BoxShape3D" id="BoxShape3D_xpgff"]
|
||||
size = Vector3(0.8, 1, 0.8)
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_xsano"]
|
||||
data = PackedVector3Array(-3.8000998, 0, -0.39999998, -4.7999997, 0, -0.39999998, -3.8000998, 3.8, -0.39999998, -3.8000998, 3.8, -0.39999998, -4.7999997, 0, -0.39999998, -4.7999997, 3.8, -0.39999998, 4.7999997, 0, -0.39999998, 3.7998998, 0, -0.39999998, 4.7999997, 3.8, -0.39999998, 4.7999997, 3.8, -0.39999998, 3.7998998, 0, -0.39999998, 3.7998998, 3.8, -0.39999998)
|
||||
backface_collision = true
|
||||
|
||||
[node name="Generic1Stage" type="Node3D"]
|
||||
|
||||
[node name="StageModel" parent="." instance=ExtResource("2_ncqi6")]
|
||||
|
|
@ -91,6 +96,9 @@ shape = SubResource("BoxShape3D_6rkbs")
|
|||
transform = Transform3D(0.965926, 0, -0.258819, 0, 1, 0, 0.258819, 0, 0.965926, 2.6, 1.3, -0.2)
|
||||
shape = SubResource("BoxShape3D_xpgff")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_xsano")
|
||||
|
||||
[node name="Chuck" parent="." instance=ExtResource("3_r26gl")]
|
||||
transform = Transform3D(0.579556, 0, 0.155291, 0, 0.6, 0, -0.155291, 0, 0.579556, -2.6, 1.52, -0.6)
|
||||
script = ExtResource("4_fdybi")
|
||||
|
|
@ -382,3 +390,5 @@ script = ExtResource("27_xpgff")
|
|||
[node name="PropHandle" type="Node3D" parent="."]
|
||||
|
||||
[node name="GenericRoomTemplate" parent="." instance=ExtResource("27_6rkbs")]
|
||||
|
||||
[node name="GenericRoomStandardExtension2" parent="." instance=ExtResource("28_xpgff")]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=31 format=3 uid="uid://dg5hea6ciqc2l"]
|
||||
[gd_scene load_steps=32 format=3 uid="uid://dg5hea6ciqc2l"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_1cxy2"]
|
||||
[ext_resource type="PackedScene" uid="uid://dusg7f0lhyhjo" path="res://Models/GenericRooms/GenericRoom/GenericRoomTemplate.tscn" id="2_otf21"]
|
||||
[ext_resource type="PackedScene" uid="uid://d2op7m5kcf0o4" path="res://Models/Stages/2-Stage/2StageGeneric.glb" id="2_xuq3d"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdk6hwb4hi2wc" path="res://Scripts/Player/Player.tscn" id="3_mu2fq"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="4_esubh"]
|
||||
|
|
@ -26,14 +26,11 @@
|
|||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="25_otf21"]
|
||||
[ext_resource type="Script" uid="uid://csyks2ufy3o3x" path="res://Scripts/OneWayController.gd" id="25_qjfev"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="26_mu2fq"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctpymr0p4ojab" path="res://Models/GenericRooms/GenericRoom/GenericRoomStandardExtension.glb" id="27_mu2fq"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_0tsrs"]
|
||||
ambient_light_source = 1
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1cxy2"]
|
||||
data = PackedVector3Array(9.8, 0, 12.8, -9.8, 0, 12.8, 9.8, 0, -0.4, 9.8, 0, -0.4, -9.8, 0, 12.8, -9.8, 0, -0.4, 2.4, 0.8, -1.2, -2.4, 0.8, -1.2, 2.4, 3, -1.2, 2.4, 3, -1.2, -2.4, 0.8, -1.2, -2.4, 3, -1.2, -2.4, 3, -1.2, -2.4, 0.8, -1.2, -3.6, 3, -1, -3.6, 3, -1, -2.4, 0.8, -1.2, -3.6, 0.8, -1, 2.4, 0.8, -1.2, 2.4, 3, -1.2, 3.6, 0.8, -1, 3.6, 0.8, -1, 2.4, 3, -1.2, 3.6, 3, -1, 9.8, 0, -0.4, 3.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, 3.8, 0, -0.4, 3.8, 3.8, -0.4, 9.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 0, 10.4, 9.8, 0, 10.4, 9.8, 3.8, -0.4, 9.8, 3.8, 10.4, 9.8, 0, 10.4, 9.8, 3.8, 10.4, 7.4, 0, 12.8, 7.4, 0, 12.8, 9.8, 3.8, 10.4, 7.4, 3.8, 12.8, 7.4, 0, 12.8, 7.4, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 0, 12.8, 7.4, 3.8, 12.8, -9.8, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 3.8, 12.8, -9.8, 0, -0.4, -9.8, 0, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4, -9.8, 0, -0.4, -9.8, 3.8, -0.4, -3.8, 0, -0.4, -3.8, 0, -0.4, -9.8, 3.8, -0.4, -3.8, 3.8, -0.4, 9.8, 3.8, 12.8, -9.8, 3.8, 12.8, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4)
|
||||
backface_collision = true
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_xuq3d"]
|
||||
data = PackedVector3Array(-3.8, 0.8, 0.3, -3.8, 0, 0.3, -3.8, 0.8, -2.6, -3.8, 0.8, -2.6, -3.8, 0, 0.3, -3.8, 0, -2.6, -3.8, 0.8, -2.6, -3.8, 0, -2.6, 3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 0, -2.6, 3.8, 0, -2.6, 3.8, 0.8, -2.6, 3.8, 0, -2.6, 3.8, 0.8, 0.3, 3.8, 0.8, 0.3, 3.8, 0, -2.6, 3.8, 0, 0.3, 3.8, 0.8, 0.3, 3.8, 0, 0.3, -3.8, 0.8, 0.3, -3.8, 0.8, 0.3, 3.8, 0, 0.3, -3.8, 0, 0.3, 3.8, 0, -2.6, -3.8, 0, -2.6, 3.8, 0, 0.3, 3.8, 0, 0.3, -3.8, 0, -2.6, -3.8, 0, 0.3, -3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 0.8, 0.3, -3.8, 0.8, 0.3, 3.8, 0.8, -2.6, 3.8, 0.8, 0.3, -3.8, 3.8, 0.3, -3.8, 3.7, 0.3, -3.8, 3.8, -2.6, -3.8, 3.8, -2.6, -3.8, 3.7, 0.3, -3.8, 3.7, -2.6, -3.8, 0.8, -0.4, -3.8, 3.7, -0.4, -3.8, 0.8, -2.6, -3.8, 0.8, -2.6, -3.8, 3.7, -0.4, -3.8, 3.7, -2.6, 3.8, 0.8, -2.6, 3.8, 3.7, -2.6, 3.8, 0.8, -0.4, 3.8, 0.8, -0.4, 3.8, 3.7, -2.6, 3.8, 3.7, -0.4, -3.8, 3.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.8, -2.6, 3.8, 3.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, -2.6, -3.8, 0.8, -2.6, -3.8, 3.7, -2.6, 3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, -2.6, 3.8, 3.8, -2.6, 3.8, 3.7, -2.6, 3.8, 3.8, 0.3, 3.8, 3.8, 0.3, 3.8, 3.7, -2.6, 3.8, 3.7, 0.3, 3.8, 3.8, 0.3, 3.8, 3.7, 0.3, -3.8, 3.8, 0.3, -3.8, 3.8, 0.3, 3.8, 3.7, 0.3, -3.8, 3.7, 0.3, 3.8, 3.7, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, 0.3, 3.8, 3.7, 0.3, -3.8, 3.7, -2.6, -3.8, 3.7, 0.3, -3.8, 3.8, -2.6, 3.8, 3.8, -2.6, -3.8, 3.8, 0.3, -3.8, 3.8, 0.3, 3.8, 3.8, -2.6, 3.8, 3.8, 0.3, -2.2, 0.8, -1, -3.8, 0.8, -1, -2.2, 3.7, -1, -2.2, 3.7, -1, -3.8, 0.8, -1, -3.8, 3.7, -1, -2.2, 0.8, -1, -2.2, 3.7, -1, -2.2, 0.8, 0.2, -2.2, 0.8, 0.2, -2.2, 3.7, -1, -2.2, 3.7, 0.2, -2.2, 0.8, 0.2, -2.2, 3.7, 0.2, -1, 0.8, 0.2, -1, 0.8, 0.2, -2.2, 3.7, 0.2, -1, 3.7, 0.2, -1, 0.8, 0.2, -1, 3.7, 0.2, -1, 0.8, -1.3, -1, 0.8, -1.3, -1, 3.7, 0.2, -1, 3.7, -1.3, -1, 0.8, -1.3, -1, 3.7, -1.3, 3.8, 0.8, -1.3, 3.8, 0.8, -1.3, -1, 3.7, -1.3, 3.8, 3.7, -1.3)
|
||||
backface_collision = true
|
||||
|
|
@ -42,137 +39,34 @@ backface_collision = true
|
|||
data = PackedVector3Array(-3.4, 2.7, -0.3, -3.4, 0.8, -0.3, -3.4, 2.7, -0.9, -3.4, 2.7, -0.9, -3.4, 0.8, -0.3, -3.4, 0.8, -0.9, -3.4, 2.7, -0.9, -3.4, 0.8, -0.9, -2.6, 2.7, -0.9, -2.6, 2.7, -0.9, -3.4, 0.8, -0.9, -2.6, 0.8, -0.9, -2.6, 2.7, -0.9, -2.6, 0.8, -0.9, -2.6, 2.7, -0.3, -2.6, 2.7, -0.3, -2.6, 0.8, -0.9, -2.6, 0.8, -0.3, -2.6, 2.7, -0.3, -2.6, 0.8, -0.3, -3.4, 2.7, -0.3, -3.4, 2.7, -0.3, -2.6, 0.8, -0.3, -3.4, 0.8, -0.3, -2.6, 0.8, -0.9, -3.4, 0.8, -0.9, -2.6, 0.8, -0.3, -2.6, 0.8, -0.3, -3.4, 0.8, -0.9, -3.4, 0.8, -0.3, -3.4, 2.7, -0.9, -2.6, 2.7, -0.9, -3.4, 2.7, -0.3, -3.4, 2.7, -0.3, -2.6, 2.7, -0.9, -2.6, 2.7, -0.3, -0.7, 2.7, -0.3, -0.7, 0.8, -0.3, -0.7, 2.7, -0.9, -0.7, 2.7, -0.9, -0.7, 0.8, -0.3, -0.7, 0.8, -0.9, -0.7, 2.7, -0.9, -0.7, 0.8, -0.9, 0.1, 2.7, -0.9, 0.1, 2.7, -0.9, -0.7, 0.8, -0.9, 0.1, 0.8, -0.9, 0.1, 2.7, -0.9, 0.1, 0.8, -0.9, 0.1, 2.7, -0.3, 0.1, 2.7, -0.3, 0.1, 0.8, -0.9, 0.1, 0.8, -0.3, 0.1, 2.7, -0.3, 0.1, 0.8, -0.3, -0.7, 2.7, -0.3, -0.7, 2.7, -0.3, 0.1, 0.8, -0.3, -0.7, 0.8, -0.3, 0.1, 0.8, -0.9, -0.7, 0.8, -0.9, 0.1, 0.8, -0.3, 0.1, 0.8, -0.3, -0.7, 0.8, -0.9, -0.7, 0.8, -0.3, -0.7, 2.7, -0.9, 0.1, 2.7, -0.9, -0.7, 2.7, -0.3, -0.7, 2.7, -0.3, 0.1, 2.7, -0.9, 0.1, 2.7, -0.3, 0.3999, 2.7, -0.3, 0.3999, 0.8, -0.3, 0.3999, 2.7, -0.9, 0.3999, 2.7, -0.9, 0.3999, 0.8, -0.3, 0.3999, 0.8, -0.9, 0.3999, 2.7, -0.9, 0.3999, 0.8, -0.9, 1.1999, 2.7, -0.9, 1.1999, 2.7, -0.9, 0.3999, 0.8, -0.9, 1.1999, 0.8, -0.9, 1.1999, 2.7, -0.9, 1.1999, 0.8, -0.9, 1.1999, 2.7, -0.3, 1.1999, 2.7, -0.3, 1.1999, 0.8, -0.9, 1.1999, 0.8, -0.3, 1.1999, 2.7, -0.3, 1.1999, 0.8, -0.3, 0.3999, 2.7, -0.3, 0.3999, 2.7, -0.3, 1.1999, 0.8, -0.3, 0.3999, 0.8, -0.3, 1.1999, 0.8, -0.9, 0.3999, 0.8, -0.9, 1.1999, 0.8, -0.3, 1.1999, 0.8, -0.3, 0.3999, 0.8, -0.9, 0.3999, 0.8, -0.3, 0.3999, 2.7, -0.9, 1.1999, 2.7, -0.9, 0.3999, 2.7, -0.3, 0.3999, 2.7, -0.3, 1.1999, 2.7, -0.9, 1.1999, 2.7, -0.3, 1.4, 2.6, -0.3, 1.4, 0.8, -0.3, 1.4, 2.6, -1.1, 1.4, 2.6, -1.1, 1.4, 0.8, -0.3, 1.4, 0.8, -1.1, 1.4, 2.6, -1.1, 1.4, 0.8, -1.1, 2.2, 2.6, -1.1, 2.2, 2.6, -1.1, 1.4, 0.8, -1.1, 2.2, 0.8, -1.1, 2.2, 2.6, -1.1, 2.2, 0.8, -1.1, 2.2, 2.6, -0.3, 2.2, 2.6, -0.3, 2.2, 0.8, -1.1, 2.2, 0.8, -0.3, 2.2, 2.6, -0.3, 2.2, 0.8, -0.3, 1.4, 2.6, -0.3, 1.4, 2.6, -0.3, 2.2, 0.8, -0.3, 1.4, 0.8, -0.3, 2.2, 0.8, -1.1, 1.4, 0.8, -1.1, 2.2, 0.8, -0.3, 2.2, 0.8, -0.3, 1.4, 0.8, -1.1, 1.4, 0.8, -0.3, 1.4, 2.6, -1.1, 2.2, 2.6, -1.1, 1.4, 2.6, -0.3, 1.4, 2.6, -0.3, 2.2, 2.6, -1.1, 2.2, 2.6, -0.3, 2.5999, 2.6, -0.2, 2.5999, 0.8, -0.2, 2.5999, 2.6, -1, 2.5999, 2.6, -1, 2.5999, 0.8, -0.2, 2.5999, 0.8, -1, 2.5999, 2.6, -1, 2.5999, 0.8, -1, 3.4, 2.6, -1, 3.4, 2.6, -1, 2.5999, 0.8, -1, 3.4, 0.8, -1, 3.4, 2.6, -1, 3.4, 0.8, -1, 3.4, 2.6, -0.2, 3.4, 2.6, -0.2, 3.4, 0.8, -1, 3.4, 0.8, -0.2, 3.4, 2.6, -0.2, 3.4, 0.8, -0.2, 2.5999, 2.6, -0.2, 2.5999, 2.6, -0.2, 3.4, 0.8, -0.2, 2.5999, 0.8, -0.2, 3.4, 0.8, -1, 2.5999, 0.8, -1, 3.4, 0.8, -0.2, 3.4, 0.8, -0.2, 2.5999, 0.8, -1, 2.5999, 0.8, -0.2, 2.5999, 2.6, -1, 3.4, 2.6, -1, 2.5999, 2.6, -0.2, 2.5999, 2.6, -0.2, 3.4, 2.6, -1, 3.4, 2.6, -0.2, 0.2, 1.8, 0.05, 0.2, 0.8, 0.05, 0.2, 1.8, -0.3, 0.2, 1.8, -0.3, 0.2, 0.8, 0.05, 0.2, 0.8, -0.3, 0.2, 1.8, -0.3, 0.2, 0.8, -0.3, 1.4, 1.8, -0.3, 1.4, 1.8, -0.3, 0.2, 0.8, -0.3, 1.4, 0.8, -0.3, 1.4, 1.8, -0.3, 1.4, 0.8, -0.3, 1.4, 1.8, 0.05, 1.4, 1.8, 0.05, 1.4, 0.8, -0.3, 1.4, 0.8, 0.05, 1.4, 1.8, 0.05, 1.4, 0.8, 0.05, 0.2, 1.8, 0.05, 0.2, 1.8, 0.05, 1.4, 0.8, 0.05, 0.2, 0.8, 0.05, 1.4, 0.8, -0.3, 0.2, 0.8, -0.3, 1.4, 0.8, 0.05, 1.4, 0.8, 0.05, 0.2, 0.8, -0.3, 0.2, 0.8, 0.05, 0.2, 1.8, -0.3, 1.4, 1.8, -0.3, 0.2, 1.8, 0.05, 0.2, 1.8, 0.05, 1.4, 1.8, -0.3, 1.4, 1.8, 0.05, 2.2999, 1.8, 0.2, 2.2999, 0.8, 0.2, 2.2999, 1.8, -0.3, 2.2999, 1.8, -0.3, 2.2999, 0.8, 0.2, 2.2999, 0.8, -0.3, 2.2999, 1.8, -0.3, 2.2999, 0.8, -0.3, 3.3, 1.8, -0.3, 3.3, 1.8, -0.3, 2.2999, 0.8, -0.3, 3.3, 0.8, -0.3, 3.3, 1.8, -0.3, 3.3, 0.8, -0.3, 3.3, 1.8, 0.2, 3.3, 1.8, 0.2, 3.3, 0.8, -0.3, 3.3, 0.8, 0.2, 3.3, 1.8, 0.2, 3.3, 0.8, 0.2, 2.2999, 1.8, 0.2, 2.2999, 1.8, 0.2, 3.3, 0.8, 0.2, 2.2999, 0.8, 0.2, 3.3, 0.8, -0.3, 2.2999, 0.8, -0.3, 3.3, 0.8, 0.2, 3.3, 0.8, 0.2, 2.2999, 0.8, -0.3, 2.2999, 0.8, 0.2, 2.2999, 1.8, -0.3, 3.3, 1.8, -0.3, 2.2999, 1.8, 0.2, 2.2999, 1.8, 0.2, 3.3, 1.8, -0.3, 3.3, 1.8, 0.2)
|
||||
backface_collision = true
|
||||
|
||||
[node name="Generic1Stage" type="Node3D"]
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_esubh"]
|
||||
data = PackedVector3Array(-3.8000998, 0, -0.39999998, -4.7999997, 0, -0.39999998, -3.8000998, 3.8, -0.39999998, -3.8000998, 3.8, -0.39999998, -4.7999997, 0, -0.39999998, -4.7999997, 3.8, -0.39999998, 4.7999997, 0, -0.39999998, 3.7998998, 0, -0.39999998, 4.7999997, 3.8, -0.39999998, 4.7999997, 3.8, -0.39999998, 3.7998998, 0, -0.39999998, 3.7998998, 3.8, -0.39999998)
|
||||
backface_collision = true
|
||||
|
||||
[node name="2StageGenericRoom" parent="." instance=ExtResource("1_1cxy2")]
|
||||
[node name="Generic2Stage" type="Node3D"]
|
||||
|
||||
[node name="StageModel" parent="." instance=ExtResource("2_xuq3d")]
|
||||
|
||||
[node name="GenericRoomTemplate" parent="." instance=ExtResource("2_otf21")]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_0tsrs")
|
||||
|
||||
[node name="Room Lights" type="Node3D" parent="."]
|
||||
|
||||
[node name="OmniLight3D" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D2" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, -4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D3" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D4" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D5" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D6" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D7" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D8" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D9" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D10" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D11" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D12" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D13" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D14" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D15" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("3_mu2fq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7)
|
||||
current_map = "Generic 2-Stage"
|
||||
|
||||
[node name="CollideMap" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_1cxy2")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_xuq3d")
|
||||
|
||||
[node name="CollisionShape3D3" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_otf21")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_esubh")
|
||||
|
||||
[node name="Special Helicopter" parent="." instance=ExtResource("23_gh5ft")]
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 3, 5)
|
||||
|
||||
|
|
@ -477,4 +371,4 @@ script = ExtResource("26_mu2fq")
|
|||
|
||||
[node name="PropHandle" type="Node3D" parent="."]
|
||||
|
||||
[editable path="StageModel"]
|
||||
[node name="GenericRoomStandardExtension2" parent="." instance=ExtResource("27_mu2fq")]
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=13 format=3 uid="uid://drrdmgbkp7q8y"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://drrdmgbkp7q8y"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="1_n5ody"]
|
||||
[ext_resource type="Script" uid="uid://du3pqtf3jixvl" path="res://Scripts/CyberamicController.gd" id="2_oux6y"]
|
||||
|
|
@ -7,15 +7,16 @@
|
|||
[ext_resource type="PackedScene" uid="uid://ba7i8p8olef2s" path="res://Models/Animatronics/Cyberamics/Cyber Jasper.glb" id="5_y08bm"]
|
||||
[ext_resource type="PackedScene" uid="uid://bp5u5t6yu4ejy" path="res://Models/Animatronics/Cyberamics/Cyber Pasqually.glb" id="6_shx2r"]
|
||||
[ext_resource type="PackedScene" uid="uid://hygeqb04ijl6" path="res://Models/Stages/RockerStage/RockerStage.glb" id="7_iuaco"]
|
||||
[ext_resource type="PackedScene" uid="uid://cpeq7njjmq5xu" path="res://Models/GenericRooms/RockerStage/RockerStage-Room.glb" id="8_4cnbt"]
|
||||
[ext_resource type="Script" uid="uid://d1p4ite8ts2wi" path="res://Scripts/LightController.gd" id="9_b0dxe"]
|
||||
[ext_resource type="PackedScene" uid="uid://bgah3ysknvp7q" path="res://Models/GenericRooms/GenericRoom/GenericRoomRockerExtension.glb" id="10_2hovw"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdk6hwb4hi2wc" path="res://Scripts/Player/Player.tscn" id="10_81kcq"]
|
||||
[ext_resource type="PackedScene" uid="uid://dusg7f0lhyhjo" path="res://Models/GenericRooms/GenericRoom/GenericRoomTemplate.tscn" id="10_yo1ck"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
ambient_light_source = 1
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_81kcq"]
|
||||
data = PackedVector3Array(-9.8, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 3.8, -0.4, -9.8, 3.8, -0.4, -9.8, 0, 12.8, -9.8, 0, -0.4, -9.8, 3.8, -0.4, -9.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, -9.8, 0, -0.4, 9.8, 0, -0.4, 7.4, 3.8, 12.8, -9.8, 3.8, 12.8, 9.8, 3.8, 10.4, 9.8, 3.8, 10.4, -9.8, 3.8, 12.8, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4, 7.4, 0, 12.8, 7.4, 3.8, 12.8, 9.8, 0, 10.4, 9.8, 0, 10.4, 7.4, 3.8, 12.8, 9.8, 3.8, 10.4, 9.8, 3.8, 10.4, 9.8, 3.8, -0.4, 9.8, 0, 10.4, 9.8, 0, 10.4, 9.8, 3.8, -0.4, 9.8, 0, -0.4, -9.8, 0, 12.8, -9.8, 3.8, 12.8, 7.4, 0, 12.8, 7.4, 0, 12.8, -9.8, 3.8, 12.8, 7.4, 3.8, 12.8, 9.8, 0, -0.4, -9.8, 0, -0.4, 9.8, 0, 10.4, 9.8, 0, 10.4, -9.8, 0, -0.4, 7.4, 0, 12.8, 7.4, 0, 12.8, -9.8, 0, -0.4, -9.8, 0, 12.8)
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_a5vrl"]
|
||||
data = PackedVector3Array(4.7999997, 0, -0.39999998, -4.7999997, 0, -0.39999998, 4.7999997, 3.8, -0.39999998, 4.7999997, 3.8, -0.39999998, -4.7999997, 0, -0.39999998, -4.7999997, 3.8, -0.39999998)
|
||||
backface_collision = true
|
||||
|
||||
[node name="RockerStage" type="Node3D"]
|
||||
|
|
@ -45,8 +46,6 @@ environment = SubResource("Environment_w3m2i")
|
|||
|
||||
[node name="StageModel" parent="." instance=ExtResource("7_iuaco")]
|
||||
|
||||
[node name="RockerStage-Room" parent="." instance=ExtResource("8_4cnbt")]
|
||||
|
||||
[node name="Spots" type="Node3D" parent="."]
|
||||
script = ExtResource("9_b0dxe")
|
||||
|
||||
|
|
@ -267,120 +266,17 @@ spot_attenuation = 2.0
|
|||
spot_angle = 30.0
|
||||
spot_angle_attenuation = 0.15
|
||||
|
||||
[node name="Room Lights" type="Node3D" parent="."]
|
||||
|
||||
[node name="OmniLight3D" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D2" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, -4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D3" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D4" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D5" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D6" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D7" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D8" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D9" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D10" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D11" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D12" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D13" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D14" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D15" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("10_81kcq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7)
|
||||
current_map = "Generic Rocker Stage"
|
||||
|
||||
[node name="CollideMap" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_81kcq")
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_a5vrl")
|
||||
|
||||
[node name="GenericRoomRockerExtension2" parent="." instance=ExtResource("10_2hovw")]
|
||||
|
||||
[node name="PropHandle" type="Node3D" parent="."]
|
||||
|
||||
[node name="GenericRoomTemplate" parent="." instance=ExtResource("10_yo1ck")]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[gd_scene load_steps=32 format=3 uid="uid://bom4cd4waf6ff"]
|
||||
[gd_scene load_steps=33 format=3 uid="uid://bom4cd4waf6ff"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_c6ocl"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="2_37igk"]
|
||||
[ext_resource type="Script" uid="uid://du3pqtf3jixvl" path="res://Scripts/CyberamicController.gd" id="3_k16ks"]
|
||||
[ext_resource type="PackedScene" uid="uid://d34xfaignny8j" path="res://Models/Animatronics/Cyberamics/Cyber Helen.glb" id="4_fcp4x"]
|
||||
|
|
@ -23,15 +22,13 @@
|
|||
[ext_resource type="PackedScene" uid="uid://q1wopkkiwb6q" path="res://Models/Stages/StatenIsland1Stage/StatenIsland1Stage.glb" id="21_1sklg"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdk6hwb4hi2wc" path="res://Scripts/Player/Player.tscn" id="22_d4cv5"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="23_w2kgj"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctpymr0p4ojab" path="res://Models/GenericRooms/GenericRoom/GenericRoomStandardExtension.glb" id="24_1r4lx"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="24_8h8ie"]
|
||||
[ext_resource type="PackedScene" uid="uid://dusg7f0lhyhjo" path="res://Models/GenericRooms/GenericRoom/GenericRoomTemplate.tscn" id="24_w2kgj"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
ambient_light_source = 1
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_rp74k"]
|
||||
data = PackedVector3Array(9.8, 0, 12.8, -9.8, 0, 12.8, 9.8, 0, -0.4, 9.8, 0, -0.4, -9.8, 0, 12.8, -9.8, 0, -0.4, 2.4, 0.8, -1.2, -2.4, 0.8, -1.2, 2.4, 3, -1.2, 2.4, 3, -1.2, -2.4, 0.8, -1.2, -2.4, 3, -1.2, -2.4, 3, -1.2, -2.4, 0.8, -1.2, -3.6, 3, -1, -3.6, 3, -1, -2.4, 0.8, -1.2, -3.6, 0.8, -1, 2.4, 0.8, -1.2, 2.4, 3, -1.2, 3.6, 0.8, -1, 3.6, 0.8, -1, 2.4, 3, -1.2, 3.6, 3, -1, 9.8, 0, -0.4, 3.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, 3.8, 0, -0.4, 3.8, 3.8, -0.4, 9.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 0, 10.4, 9.8, 0, 10.4, 9.8, 3.8, -0.4, 9.8, 3.8, 10.4, 9.8, 0, 10.4, 9.8, 3.8, 10.4, 7.4, 0, 12.8, 7.4, 0, 12.8, 9.8, 3.8, 10.4, 7.4, 3.8, 12.8, 7.4, 0, 12.8, 7.4, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 0, 12.8, 7.4, 3.8, 12.8, -9.8, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 3.8, 12.8, -9.8, 0, -0.4, -9.8, 0, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4, -9.8, 0, -0.4, -9.8, 3.8, -0.4, -3.8, 0, -0.4, -3.8, 0, -0.4, -9.8, 3.8, -0.4, -3.8, 3.8, -0.4, 9.8, 3.8, 12.8, -9.8, 3.8, 12.8, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4)
|
||||
backface_collision = true
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_w2kgj"]
|
||||
data = PackedVector3Array(-3.8, 0.8, 0.3, -3.8, 0, 0.3, -3.8, 0.8, -2.6, -3.8, 0.8, -2.6, -3.8, 0, 0.3, -3.8, 0, -2.6, -3.8, 0.8, -2.6, -3.8, 0, -2.6, 3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 0, -2.6, 3.8, 0, -2.6, 3.8, 0.8, -2.6, 3.8, 0, -2.6, 3.8, 0.8, 0.3, 3.8, 0.8, 0.3, 3.8, 0, -2.6, 3.8, 0, 0.3, 3.8, 0.8, 0.3, 3.8, 0, 0.3, -3.8, 0.8, 0.3, -3.8, 0.8, 0.3, 3.8, 0, 0.3, -3.8, 0, 0.3, 3.8, 0, -2.6, -3.8, 0, -2.6, 3.8, 0, 0.3, 3.8, 0, 0.3, -3.8, 0, -2.6, -3.8, 0, 0.3, -3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 0.8, 0.3, -3.8, 0.8, 0.3, 3.8, 0.8, -2.6, 3.8, 0.8, 0.3, -3.8, 3.8, 0.3, -3.8, 3.7, 0.3, -3.8, 3.8, -2.6, -3.8, 3.8, -2.6, -3.8, 3.7, 0.3, -3.8, 3.7, -2.6, -3.8, 0.8, -0.4, -3.8, 3.7, -0.4, -3.8, 0.8, -2.6, -3.8, 0.8, -2.6, -3.8, 3.7, -0.4, -3.8, 3.7, -2.6, 3.8, 0.8, -2.6, 3.8, 3.7, -2.6, 3.8, 0.8, -0.4, 3.8, 0.8, -0.4, 3.8, 3.7, -2.6, 3.8, 3.7, -0.4, -3.8, 3.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.8, -2.6, 3.8, 3.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, -2.6, -3.8, 0.8, -2.6, -3.8, 3.7, -2.6, 3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, -2.6, 3.8, 3.8, -2.6, 3.8, 3.7, -2.6, 3.8, 3.8, 0.3, 3.8, 3.8, 0.3, 3.8, 3.7, -2.6, 3.8, 3.7, 0.3, 3.8, 3.8, 0.3, 3.8, 3.7, 0.3, -3.8, 3.8, 0.3, -3.8, 3.8, 0.3, 3.8, 3.7, 0.3, -3.8, 3.7, 0.3, 3.8, 3.7, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, 0.3, 3.8, 3.7, 0.3, -3.8, 3.7, -2.6, -3.8, 3.7, 0.3, -3.8, 3.8, -2.6, 3.8, 3.8, -2.6, -3.8, 3.8, 0.3, -3.8, 3.8, 0.3, 3.8, 3.8, -2.6, 3.8, 3.8, 0.3)
|
||||
backface_collision = true
|
||||
|
|
@ -48,9 +45,11 @@ size = Vector3(1.2, 1, 0.4)
|
|||
[sub_resource type="BoxShape3D" id="BoxShape3D_367tx"]
|
||||
size = Vector3(0.8, 1, 0.8)
|
||||
|
||||
[node name="StatenIsland1Stage" type="Node3D"]
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_xp5qk"]
|
||||
data = PackedVector3Array(-3.8000998, 0, -0.39999998, -4.7999997, 0, -0.39999998, -3.8000998, 3.8, -0.39999998, -3.8000998, 3.8, -0.39999998, -4.7999997, 0, -0.39999998, -4.7999997, 3.8, -0.39999998, 4.7999997, 0, -0.39999998, 3.7998998, 0, -0.39999998, 4.7999997, 3.8, -0.39999998, 4.7999997, 3.8, -0.39999998, 3.7998998, 0, -0.39999998, 3.7998998, 3.8, -0.39999998)
|
||||
backface_collision = true
|
||||
|
||||
[node name="1StageGenericRoom" parent="." instance=ExtResource("1_c6ocl")]
|
||||
[node name="StatenIsland1Stage" type="Node3D"]
|
||||
|
||||
[node name="Chuck" parent="." instance=ExtResource("2_37igk")]
|
||||
transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, -2.6, 1.52, -0.6)
|
||||
|
|
@ -357,122 +356,11 @@ visible = false
|
|||
|
||||
[node name="StageModel" parent="." instance=ExtResource("21_1sklg")]
|
||||
|
||||
[node name="Room Lights" type="Node3D" parent="."]
|
||||
|
||||
[node name="OmniLight3D" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D2" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, -4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D3" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D4" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D5" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D6" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D7" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D8" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D9" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D10" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D11" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D12" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D13" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D14" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D15" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("22_d4cv5")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3)
|
||||
current_map = "Generic Staten Island 1-Stage"
|
||||
|
||||
[node name="CollideMap" type="StaticBody3D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_rp74k")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_w2kgj")
|
||||
|
|
@ -505,8 +393,15 @@ shape = SubResource("BoxShape3D_xp5qk")
|
|||
transform = Transform3D(0.965926, 0, -0.258819, 0, 1, 0, 0.258819, 0, 0.965926, 2.7, 1.3, -0.2)
|
||||
shape = SubResource("BoxShape3D_367tx")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_xp5qk")
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("23_w2kgj")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 0.36)
|
||||
script = ExtResource("24_8h8ie")
|
||||
|
||||
[node name="GenericRoomStandardExtension2" parent="." instance=ExtResource("24_1r4lx")]
|
||||
|
||||
[node name="GenericRoomTemplate" parent="." instance=ExtResource("24_w2kgj")]
|
||||
|
||||
[node name="PropHandle" type="Node3D" parent="."]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=40 format=3 uid="uid://smw0vxn1byvr"]
|
||||
[gd_scene load_steps=41 format=3 uid="uid://smw0vxn1byvr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_7tjm7"]
|
||||
[ext_resource type="PackedScene" uid="uid://dusg7f0lhyhjo" path="res://Models/GenericRooms/GenericRoom/GenericRoomTemplate.tscn" id="1_hjlxd"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctpymr0p4ojab" path="res://Models/GenericRooms/GenericRoom/GenericRoomStandardExtension.glb" id="2_35rr1"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdk6hwb4hi2wc" path="res://Scripts/Player/Player.tscn" id="3_dndd2"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="4_gpxvw"]
|
||||
[ext_resource type="Script" uid="uid://du3pqtf3jixvl" path="res://Scripts/CyberamicController.gd" id="5_xwaqk"]
|
||||
|
|
@ -35,10 +36,6 @@
|
|||
[sub_resource type="Environment" id="Environment_0tsrs"]
|
||||
ambient_light_source = 1
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_xwaqk"]
|
||||
data = PackedVector3Array(9.8, 0, 12.8, -9.8, 0, 12.8, 9.8, 0, -0.4, 9.8, 0, -0.4, -9.8, 0, 12.8, -9.8, 0, -0.4, 2.4, 0.8, -1.2, -2.4, 0.8, -1.2, 2.4, 3, -1.2, 2.4, 3, -1.2, -2.4, 0.8, -1.2, -2.4, 3, -1.2, -2.4, 3, -1.2, -2.4, 0.8, -1.2, -3.6, 3, -1, -3.6, 3, -1, -2.4, 0.8, -1.2, -3.6, 0.8, -1, 2.4, 0.8, -1.2, 2.4, 3, -1.2, 3.6, 0.8, -1, 3.6, 0.8, -1, 2.4, 3, -1.2, 3.6, 3, -1, 9.8, 0, -0.4, 3.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, 3.8, 0, -0.4, 3.8, 3.8, -0.4, 9.8, 0, -0.4, 9.8, 3.8, -0.4, 9.8, 0, 10.4, 9.8, 0, 10.4, 9.8, 3.8, -0.4, 9.8, 3.8, 10.4, 9.8, 0, 10.4, 9.8, 3.8, 10.4, 7.4, 0, 12.8, 7.4, 0, 12.8, 9.8, 3.8, 10.4, 7.4, 3.8, 12.8, 7.4, 0, 12.8, 7.4, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 0, 12.8, 7.4, 3.8, 12.8, -9.8, 3.8, 12.8, -9.8, 0, 12.8, -9.8, 3.8, 12.8, -9.8, 0, -0.4, -9.8, 0, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4, -9.8, 0, -0.4, -9.8, 3.8, -0.4, -3.8, 0, -0.4, -3.8, 0, -0.4, -9.8, 3.8, -0.4, -3.8, 3.8, -0.4, 9.8, 3.8, 12.8, -9.8, 3.8, 12.8, 9.8, 3.8, -0.4, 9.8, 3.8, -0.4, -9.8, 3.8, 12.8, -9.8, 3.8, -0.4)
|
||||
backface_collision = true
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_r7ql1"]
|
||||
data = PackedVector3Array(-3.8, 0.8, 0.3, -3.8, 0, 0.3, -3.8, 0.8, -2.6, -3.8, 0.8, -2.6, -3.8, 0, 0.3, -3.8, 0, -2.6, -3.8, 0.8, -2.6, -3.8, 0, -2.6, 3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 0, -2.6, 3.8, 0, -2.6, 3.8, 0.8, -2.6, 3.8, 0, -2.6, 3.8, 0.8, 0.3, 3.8, 0.8, 0.3, 3.8, 0, -2.6, 3.8, 0, 0.3, 3.8, 0.8, 0.3, 3.8, 0, 0.3, -3.8, 0.8, 0.3, -3.8, 0.8, 0.3, 3.8, 0, 0.3, -3.8, 0, 0.3, 3.8, 0, -2.6, -3.8, 0, -2.6, 3.8, 0, 0.3, 3.8, 0, 0.3, -3.8, 0, -2.6, -3.8, 0, 0.3, -3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 0.8, 0.3, -3.8, 0.8, 0.3, 3.8, 0.8, -2.6, 3.8, 0.8, 0.3, -3.8, 3.8, 0.3, -3.8, 3.7, 0.3, -3.8, 3.8, -2.6, -3.8, 3.8, -2.6, -3.8, 3.7, 0.3, -3.8, 3.7, -2.6, -3.8, 0.8, -0.4, -3.8, 3.7, -0.4, -3.8, 0.8, -2.6, -3.8, 0.8, -2.6, -3.8, 3.7, -0.4, -3.8, 3.7, -2.6, 3.8, 0.8, -2.6, 3.8, 3.7, -2.6, 3.8, 0.8, -0.4, 3.8, 0.8, -0.4, 3.8, 3.7, -2.6, 3.8, 3.7, -0.4, -3.8, 3.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.8, -2.6, 3.8, 3.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, -2.6, -3.8, 0.8, -2.6, -3.8, 3.7, -2.6, 3.8, 0.8, -2.6, 3.8, 0.8, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, -2.6, 3.8, 3.8, -2.6, 3.8, 3.7, -2.6, 3.8, 3.8, 0.3, 3.8, 3.8, 0.3, 3.8, 3.7, -2.6, 3.8, 3.7, 0.3, 3.8, 3.8, 0.3, 3.8, 3.7, 0.3, -3.8, 3.8, 0.3, -3.8, 3.8, 0.3, 3.8, 3.7, 0.3, -3.8, 3.7, 0.3, 3.8, 3.7, -2.6, -3.8, 3.7, -2.6, 3.8, 3.7, 0.3, 3.8, 3.7, 0.3, -3.8, 3.7, -2.6, -3.8, 3.7, 0.3, -3.8, 3.8, -2.6, 3.8, 3.8, -2.6, -3.8, 3.8, 0.3, -3.8, 3.8, 0.3, 3.8, 3.8, -2.6, 3.8, 3.8, 0.3)
|
||||
backface_collision = true
|
||||
|
|
@ -59,129 +56,24 @@ size = Vector3(1.2, 1, 0.4)
|
|||
[sub_resource type="BoxShape3D" id="BoxShape3D_t2c5c"]
|
||||
size = Vector3(0.8, 1, 0.8)
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_t2c5c"]
|
||||
data = PackedVector3Array(-3.8000998, 0, -0.39999998, -4.7999997, 0, -0.39999998, -3.8000998, 3.8, -0.39999998, -3.8000998, 3.8, -0.39999998, -4.7999997, 0, -0.39999998, -4.7999997, 3.8, -0.39999998, 4.7999997, 0, -0.39999998, 3.7998998, 0, -0.39999998, 4.7999997, 3.8, -0.39999998, 4.7999997, 3.8, -0.39999998, 3.7998998, 0, -0.39999998, 3.7998998, 3.8, -0.39999998)
|
||||
backface_collision = true
|
||||
|
||||
[node name="Generic1Stage" type="Node3D"]
|
||||
|
||||
[node name="1StageGenericRoom" parent="." instance=ExtResource("1_7tjm7")]
|
||||
[node name="GenericRoomTemplate" parent="." instance=ExtResource("1_hjlxd")]
|
||||
|
||||
[node name="GenericRoomStandardExtension2" parent="." instance=ExtResource("2_35rr1")]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_0tsrs")
|
||||
|
||||
[node name="Room Lights" type="Node3D" parent="."]
|
||||
|
||||
[node name="OmniLight3D" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D2" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, -4, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D3" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D4" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D5" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 2)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D6" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D7" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D8" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D9" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D10" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 11)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D11" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D12" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -4, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D13" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D14" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="OmniLight3D15" type="SpotLight3D" parent="Room Lights" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -7, 3.5, 6.5)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_angle = 80.0
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("3_dndd2")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7)
|
||||
current_map = "Generic Turntable 1-Stage"
|
||||
|
||||
[node name="CollideMap" type="StaticBody3D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_xwaqk")
|
||||
|
||||
[node name="CollisionShape3D2" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_r7ql1")
|
||||
|
|
@ -214,6 +106,9 @@ shape = SubResource("BoxShape3D_35rr1")
|
|||
transform = Transform3D(0.965926, 0, -0.258819, 0, 1, 0, 0.258819, 0, 0.965926, 2.6, 1.3, -0.2)
|
||||
shape = SubResource("BoxShape3D_t2c5c")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="CollideMap"]
|
||||
shape = SubResource("ConcavePolygonShape3D_t2c5c")
|
||||
|
||||
[node name="Helen" parent="." instance=ExtResource("6_r7ql1")]
|
||||
transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, -1.2, 1.52, -0.7)
|
||||
script = ExtResource("5_xwaqk")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue