update helen model and start on 2 stage

This commit is contained in:
Persephone Bubblegum-Holiday 2025-06-28 18:10:03 -07:00
parent f376c4a36e
commit 7e8c4fabd4
8 changed files with 180 additions and 9 deletions

View file

@ -199,19 +199,21 @@ offset_top = 4.0
offset_right = 260.0
offset_bottom = 36.0
selected = 1
item_count = 5
item_count = 6
popup/item_0/text = "Official Stages"
popup/item_0/id = 4
popup/item_0/separator = true
popup/item_1/text = "Balcony Stage"
popup/item_1/id = 0
popup/item_2/text = "Custom Stages"
popup/item_2/id = 3
popup/item_2/separator = true
popup/item_3/text = "Helen House"
popup/item_3/id = 1
popup/item_4/text = "Chuck E's Corner"
popup/item_4/id = 2
popup/item_2/text = "2-Stage"
popup/item_2/id = 5
popup/item_3/text = "Custom Stages"
popup/item_3/id = 3
popup/item_3/separator = true
popup/item_4/text = "Helen House"
popup/item_4/id = 1
popup/item_5/text = "Chuck E's Corner"
popup/item_5/id = 2
[node name="MenuButton" type="MenuButton" parent="MenuBar"]
layout_mode = 0

37
Scenes/Stages/2Stage.tscn Normal file
View file

@ -0,0 +1,37 @@
[gd_scene load_steps=3 format=3 uid="uid://dqksmv472xs24"]
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="2_lubev"]
[ext_resource type="PackedScene" uid="uid://d34xfaignny8j" path="res://Models/Cyberamics/Cyber Helen.glb" id="16_rmsrl"]
[node name="2Stage" type="Node3D"]
[node name="Helen" parent="." instance=ExtResource("16_rmsrl")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3, 0)
script = ExtResource("2_lubev")
[node name="Angle 1" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.965926, 0.258819, 0, -0.258819, 0.965926, 0, 5.75, 12)
current = true
fov = 60.0
[node name="Room Lights" type="Node3D" parent="."]
[node name="OmniLight3D" type="OmniLight3D" parent="Room Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 4.5, 3)
light_color = Color(1, 0.960784, 0.85098, 1)
[node name="OmniLight3D2" type="OmniLight3D" parent="Room Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 4.5, 3)
light_color = Color(1, 0.960784, 0.85098, 1)
[node name="OmniLight3D3" type="OmniLight3D" parent="Room Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.5, 3)
light_color = Color(1, 0.960784, 0.85098, 1)
[node name="OmniLight3D4" type="OmniLight3D" parent="Room Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 4.5, 3)
light_color = Color(1, 0.960784, 0.85098, 1)
[node name="OmniLight3D5" type="OmniLight3D" parent="Room Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 4.5, 3)
light_color = Color(1, 0.960784, 0.85098, 1)