wink wonk
This commit is contained in:
parent
86529578fc
commit
ac2e3bc3ae
19 changed files with 163 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=26 format=3 uid="uid://bl4wyf7wq84i"]
|
||||
[gd_scene load_steps=28 format=3 uid="uid://bl4wyf7wq84i"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://doxu4tb5jfoqp" path="res://Models/Animatronics/Cyberamics/Cyber Munch.glb" id="1_3gw4q"]
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_bg74u"]
|
||||
|
@ -24,6 +24,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://75qn68fu5a7l" path="res://Models/Stages/1-Stage/Illum/1StageIllum-FiberCurtain.glb" id="22_uofta"]
|
||||
[ext_resource type="PackedScene" uid="uid://chhs7d280p7k7" path="res://Models/Stages/1-Stage/Illum/1StageIllum-RopeLights.glb" id="23_2helq"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="24_fsllk"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="25_t0mai"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="26_ehisq"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
ambient_light_source = 1
|
||||
|
@ -403,3 +405,7 @@ shadow_bias = 0.1
|
|||
spot_range = 6.0
|
||||
spot_attenuation = -1.0
|
||||
spot_angle = 10.0
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("25_t0mai")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 0.38)
|
||||
script = ExtResource("26_ehisq")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=24 format=3 uid="uid://fd2f5wjrpkke"]
|
||||
[gd_scene load_steps=26 format=3 uid="uid://fd2f5wjrpkke"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dty4pv83503iv" path="res://Models/Stages/1-StageW2-StageProps/12StageCurtains.glb" id="1_8mdw3"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="2_dxrb3"]
|
||||
|
@ -20,8 +20,10 @@
|
|||
[ext_resource type="PackedScene" uid="uid://d1see6wux37v2" path="res://Models/Stages/1-StageW2-StageProps/12StageGeneric-StarLight.glb" id="20_ty70p"]
|
||||
[ext_resource type="PackedScene" uid="uid://cjctqykx0ara2" path="res://Models/Stages/2-Stage/Illum/2StageGeneric-DrumLight.glb" id="21_n06s7"]
|
||||
[ext_resource type="PackedScene" uid="uid://u3v6pjj2gavj" path="res://Models/Stages/2-Stage/Illum/2StageGeneric-FiberCurtain.glb" id="22_6khan"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="23_8s0e6"]
|
||||
[ext_resource type="PackedScene" uid="uid://siys6kk0og2r" path="res://Models/Stages/1-StageW2-StageProps/12StageGeneric.glb" id="23_dxrb3"]
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="23_png03"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="24_7d8th"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
ambient_light_source = 1
|
||||
|
@ -415,3 +417,7 @@ visible = false
|
|||
[node name="GenericRoom" parent="." instance=ExtResource("23_png03")]
|
||||
|
||||
[node name="StageModel" parent="." instance=ExtResource("23_dxrb3")]
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("23_8s0e6")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0.6, 3.4, 0.38)
|
||||
script = ExtResource("24_7d8th")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=25 format=3 uid="uid://bsdj108ha8a5c"]
|
||||
[gd_scene load_steps=27 format=3 uid="uid://bsdj108ha8a5c"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d2op7m5kcf0o4" path="res://Models/Stages/2-Stage/2StageGeneric.glb" id="2_8qxcb"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="3_fmn8a"]
|
||||
|
@ -22,7 +22,9 @@
|
|||
[ext_resource type="PackedScene" uid="uid://cjctqykx0ara2" path="res://Models/Stages/2-Stage/Illum/2StageGeneric-DrumLight.glb" id="21_5spu2"]
|
||||
[ext_resource type="PackedScene" uid="uid://u3v6pjj2gavj" path="res://Models/Stages/2-Stage/Illum/2StageGeneric-FiberCurtain.glb" id="22_dtnir"]
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="23_lxqxd"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="24_a1kpa"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="24_hbd3d"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="25_fmn8a"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
ambient_light_source = 1
|
||||
|
@ -419,3 +421,7 @@ visible = false
|
|||
visible = false
|
||||
|
||||
[node name="GenericRoom" parent="." instance=ExtResource("23_lxqxd")]
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("24_a1kpa")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 0.38)
|
||||
script = ExtResource("25_fmn8a")
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=21 format=3 uid="uid://c4n7jns8vmcg4"]
|
||||
[gd_scene load_steps=22 format=3 uid="uid://c4n7jns8vmcg4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cy35b87ip330v" path="res://Models/Stages/3-Stage/3Stage.glb" id="2_nhspc"]
|
||||
[ext_resource type="PackedScene" uid="uid://rabrhou7jcft" path="res://Models/Animatronics/3-Stage/3stMoon.glb" id="4_xg3a1"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="5_3bb7b"]
|
||||
[ext_resource type="PackedScene" uid="uid://bccho13aa6akj" path="res://Models/Animatronics/3-Stage/3stBuilding.glb" id="6_5tgym"]
|
||||
[ext_resource type="PackedScene" uid="uid://ur5ypsdlndde" path="res://Models/GenericRooms/3-Stage/3StageGenericRoom.glb" id="7_0bfh6"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="7_5tgym"]
|
||||
|
@ -37,6 +38,10 @@ script = ExtResource("7_5tgym")
|
|||
transform = Transform3D(0.984808, 0, -0.173648, 0, 1, 0, 0.173648, 0, 0.984808, 2.3, 0.8, -1.7)
|
||||
script = ExtResource("7_5tgym")
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("5_3bb7b")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 1.06)
|
||||
script = ExtResource("7_5tgym")
|
||||
|
||||
[node name="3StageGenericRoom" parent="." instance=ExtResource("7_0bfh6")]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 6.4)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=23 format=3 uid="uid://bty3dn0uskrfi"]
|
||||
[gd_scene load_steps=25 format=3 uid="uid://bty3dn0uskrfi"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="1_cw6ma"]
|
||||
[ext_resource type="Script" uid="uid://du3pqtf3jixvl" path="res://Scripts/CyberamicController.gd" id="2_4l10n"]
|
||||
|
@ -21,6 +21,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dms8y3bfjidby" path="res://Models/Stages/Cyber3Stage/Illum/3StageCyber-DrumLight.glb" id="19_flix1"]
|
||||
[ext_resource type="PackedScene" uid="uid://b570n0yxylcep" path="res://Models/Stages/Cyber3Stage/Illum/3StageCyber-FiberCurtain.glb" id="20_y4rok"]
|
||||
[ext_resource type="PackedScene" uid="uid://mvv5sjk3vbtl" path="res://Scenes/Props/HelicopterLight.tscn" id="21_7e8je"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="22_co44t"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="23_l5165"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_aswoc"]
|
||||
ambient_light_source = 1
|
||||
|
@ -434,3 +436,7 @@ fov = 60.0
|
|||
|
||||
[node name="Special Helicopter" parent="." instance=ExtResource("21_7e8je")]
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 3, 7)
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("22_co44t")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 1.06)
|
||||
script = ExtResource("23_l5165")
|
||||
|
|
|
@ -54,7 +54,7 @@ script = ExtResource("4_yeqve")
|
|||
script = ExtResource("9_8hdq4")
|
||||
|
||||
[node name="Chuck" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, -2, 3.7, 5)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, -2, 3.44086, 4)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.8
|
||||
|
@ -65,7 +65,7 @@ spot_attenuation = -1.0
|
|||
spot_angle = 5.0
|
||||
|
||||
[node name="Helen" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, -5.67102e-08, 2.31578e-07, -9.98193e-10, 0.970296, 0.241922, -2.38419e-07, -0.241922, 0.970296, -1, 3.7, 5)
|
||||
transform = Transform3D(1, -5.67102e-08, 2.31578e-07, -9.98193e-10, 0.970296, 0.241922, -2.38419e-07, -0.241922, 0.970296, -1, 3.44086, 4)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.8
|
||||
|
@ -76,7 +76,7 @@ spot_attenuation = -1.0
|
|||
spot_angle = 5.0
|
||||
|
||||
[node name="Munch" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, 0, 3.7, 5)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, 0, 3.44086, 3.81559)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.8
|
||||
|
@ -87,7 +87,7 @@ spot_attenuation = -1.0
|
|||
spot_angle = 5.0
|
||||
|
||||
[node name="Jasper" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, 1, 3.6, 5)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, 1, 3.34086, 4)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.8
|
||||
|
@ -98,7 +98,7 @@ spot_attenuation = -1.0
|
|||
spot_angle = 5.0
|
||||
|
||||
[node name="Pasqually" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, 2, 3.6, 5)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.970296, 0.241922, 0, -0.241922, 0.970296, 2, 3.34086, 4)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.8
|
||||
|
@ -109,7 +109,7 @@ spot_attenuation = -1.0
|
|||
spot_angle = 5.0
|
||||
|
||||
[node name="Wink" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.998135, 0.0610485, 0, -0.0610485, 0.998135, 0, 3.5, 4)
|
||||
transform = Transform3D(1, 0, 0, 0, 0.998135, 0.0610485, 0, -0.0610485, 0.998135, 0, 3.5, 3)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=21 format=3 uid="uid://c8v1gl4pnevj7"]
|
||||
[gd_scene load_steps=23 format=3 uid="uid://c8v1gl4pnevj7"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="2_ulwgu"]
|
||||
[ext_resource type="Script" uid="uid://du3pqtf3jixvl" path="res://Scripts/CyberamicController.gd" id="3_fuxvp"]
|
||||
|
@ -17,7 +17,9 @@
|
|||
[ext_resource type="PackedScene" uid="uid://b70g4m0u3v833" path="res://Models/Stages/RoadStage/Illum/RoadStageGenericIllum-OrganFace.glb" id="16_lpy20"]
|
||||
[ext_resource type="PackedScene" uid="uid://jhxwcq257624" path="res://Models/Stages/RoadStage/Illum/RoadStageGenericIllum-OrganLegs.glb" id="17_ck7mq"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="17_q6pu5"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="20_lpy20"]
|
||||
[ext_resource type="PackedScene" uid="uid://ih4w01wjpkh7" path="res://Models/Stages/RoadStage/RoadStageGeneric.glb" id="20_yedsm"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="21_ck7mq"]
|
||||
[ext_resource type="PackedScene" uid="uid://bb4jn7jeekys4" path="res://Models/GenericRooms/RoadStage/RoadStageGeneric-Room.glb" id="21_lpy20"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
|
@ -384,3 +386,7 @@ visible = false
|
|||
[node name="StageModel" parent="." instance=ExtResource("20_yedsm")]
|
||||
|
||||
[node name="RoadStageGeneric-Room" parent="." instance=ExtResource("21_lpy20")]
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("20_lpy20")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 1.7)
|
||||
script = ExtResource("21_ck7mq")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=23 format=3 uid="uid://xt2mwts8x1db"]
|
||||
[gd_scene load_steps=25 format=3 uid="uid://xt2mwts8x1db"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_3nmnt"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5fgw7t45p7r6" path="res://Models/Animatronics/Cyberamics/Cyber Chuck.glb" id="3_3npig"]
|
||||
|
@ -20,6 +20,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bbacvvhrtr7cs" path="res://Models/Stages/StatenIsland1Stage/Illum/StatenIsland1Stage-FiberCurtain.glb" id="19_ldffk"]
|
||||
[ext_resource type="PackedScene" uid="uid://mi78p6y4nyo" path="res://Models/Stages/StatenIsland1Stage/Illum/StatenIsland1Stage-DrumLight.glb" id="20_rw2ds"]
|
||||
[ext_resource type="PackedScene" uid="uid://q1wopkkiwb6q" path="res://Models/Stages/StatenIsland1Stage/StatenIsland1Stage.glb" id="21_snh0w"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="22_bu2ca"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="23_3nmnt"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="24_37ti8"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
|
@ -390,3 +392,7 @@ visible = false
|
|||
visible = false
|
||||
|
||||
[node name="StageModel" parent="." instance=ExtResource("21_snh0w")]
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("22_bu2ca")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 0.36)
|
||||
script = ExtResource("23_3nmnt")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=30 format=3 uid="uid://dpx3vckl36huk"]
|
||||
[gd_scene load_steps=32 format=3 uid="uid://dpx3vckl36huk"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_j07wj"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctjh7xod2rlir" path="res://Models/Stages/Turntable1Stage/Turntable.glb" id="2_3r1iw"]
|
||||
|
@ -28,6 +28,8 @@
|
|||
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="24_is80m"]
|
||||
[ext_resource type="Script" uid="uid://bcuxrhgmcqbqd" path="res://Scripts/SingleLightRedirector.gd" id="26_3r1iw"]
|
||||
[ext_resource type="PackedScene" uid="uid://cieh4e67l50sw" path="res://Models/Stages/Turntable1Stage/Turntable1Stage.glb" id="27_7o87h"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="29_7gday"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="30_7o87h"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||
ambient_light_source = 1
|
||||
|
@ -428,5 +430,9 @@ light_path = "Turntable/CECSign"
|
|||
|
||||
[node name="StageModel" parent="." instance=ExtResource("27_7o87h")]
|
||||
|
||||
[node name="Wink" parent="." instance=ExtResource("29_7gday")]
|
||||
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 0.38)
|
||||
script = ExtResource("30_7o87h")
|
||||
|
||||
[connection signal="visibility_changed" from="Special/CEC Rope Light" to="Special/CEC Rope Light" method="_on_visibility_changed"]
|
||||
[connection signal="visibility_changed" from="Special/CEC Sign" to="Special/CEC Sign" method="_on_visibility_changed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue