chuck e!
This commit is contained in:
parent
b0dc8309bd
commit
1a3e5494f4
21 changed files with 359 additions and 75 deletions
|
@ -1,11 +1,7 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://blg1c3v4o44of"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://blg1c3v4o44of"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://blhv0kms1sleu" path="res://Scripts/FlowControl.gd" id="1_6sy3t"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6sy3t"]
|
||||
border_width_left = 1
|
||||
border_color = Color(0.0941176, 0.0941176, 0.0941176, 1)
|
||||
|
||||
[node name="FlowControl" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
|
@ -22,66 +18,34 @@ offset_bottom = 40.0
|
|||
layout_mode = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 4.0
|
||||
offset_right = 167.0
|
||||
offset_right = 244.0
|
||||
offset_bottom = 36.0
|
||||
text = "Movement"
|
||||
vertical_alignment = 1
|
||||
clip_text = true
|
||||
text_overrun_behavior = 3
|
||||
|
||||
[node name="InSlider" type="HSlider" parent="Panel"]
|
||||
layout_mode = 2
|
||||
offset_left = 171.0
|
||||
offset_top = 4.0
|
||||
offset_right = 235.0
|
||||
offset_bottom = 36.0
|
||||
size_flags_vertical = 1
|
||||
max_value = 5.0
|
||||
step = 0.1
|
||||
value = 1.0
|
||||
|
||||
[node name="InStepper" type="SpinBox" parent="Panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 239.0
|
||||
offset_left = 248.0
|
||||
offset_top = 4.0
|
||||
offset_right = 335.0
|
||||
offset_right = 376.0
|
||||
offset_bottom = 36.0
|
||||
max_value = 5.0
|
||||
max_value = 10000.0
|
||||
step = 0.1
|
||||
value = 1.0
|
||||
prefix = "In:"
|
||||
|
||||
[node name="OutSlider" type="HSlider" parent="Panel"]
|
||||
layout_mode = 2
|
||||
offset_left = 344.0
|
||||
offset_top = 4.0
|
||||
offset_right = 408.0
|
||||
offset_bottom = 36.0
|
||||
size_flags_vertical = 1
|
||||
max_value = 5.0
|
||||
step = 0.1
|
||||
value = 1.0
|
||||
|
||||
[node name="OutStepper" type="SpinBox" parent="Panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 412.0
|
||||
offset_left = 380.0
|
||||
offset_top = 4.0
|
||||
offset_right = 508.0
|
||||
offset_bottom = 36.0
|
||||
max_value = 5.0
|
||||
max_value = 10.0
|
||||
step = 0.1
|
||||
value = 1.0
|
||||
prefix = "Out:"
|
||||
|
||||
[node name="VSeparator" type="VSeparator" parent="Panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 337.0
|
||||
offset_top = 4.0
|
||||
offset_right = 341.0
|
||||
offset_bottom = 36.0
|
||||
theme_override_styles/separator = SubResource("StyleBoxFlat_6sy3t")
|
||||
|
||||
[connection signal="value_changed" from="Panel/InSlider" to="." method="_on_in_slider_value_changed"]
|
||||
[connection signal="value_changed" from="Panel/InStepper" to="." method="_on_in_stepper_value_changed"]
|
||||
[connection signal="value_changed" from="Panel/OutSlider" to="." method="_on_out_slider_value_changed"]
|
||||
[connection signal="value_changed" from="Panel/OutStepper" to="." method="_on_out_stepper_value_changed"]
|
||||
|
|
|
@ -197,9 +197,11 @@ offset_top = 4.0
|
|||
offset_right = 260.0
|
||||
offset_bottom = 36.0
|
||||
selected = 0
|
||||
item_count = 1
|
||||
item_count = 2
|
||||
popup/item_0/text = "Helen House"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Chuck E's Corner"
|
||||
popup/item_1/id = 1
|
||||
|
||||
[node name="MenuButton" type="MenuButton" parent="MenuBar"]
|
||||
layout_mode = 0
|
||||
|
@ -539,6 +541,7 @@ offset_bottom = 388.0
|
|||
anchors_preset = 0
|
||||
|
||||
[node name="VScrollBar" type="VScrollBar" parent="FlyoutPanel/Movements"]
|
||||
layout_mode = 0
|
||||
offset_left = 264.0
|
||||
offset_top = 4.0
|
||||
offset_right = 272.0
|
||||
|
@ -729,7 +732,9 @@ Project Oversight: Persephone (KawaiiZenbo)
|
|||
|
||||
Interface Design: Persephone
|
||||
Simulator Backend: Persephone
|
||||
3-Stage Helen Henny Model: Persephone
|
||||
3-Stage Models: Persephone
|
||||
PTT Cybers Models: Persephone
|
||||
Chuck E's Corner Stage: Luigigamin212
|
||||
|
||||
This project is not associated with CEC Entertainment LLC.
|
||||
or Creative Engineering Inc."
|
||||
|
|
38
Scenes/Stages/ChuckEsCorner.tscn
Normal file
38
Scenes/Stages/ChuckEsCorner.tscn
Normal file
|
@ -0,0 +1,38 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dw3eplmapm5gc"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bb70mexwmq1ta" path="res://Models/Cyberamics/PTTChuck.glb" id="1_m77pm"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="2_8qvk7"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_4uxdq"]
|
||||
ambient_light_source = 1
|
||||
|
||||
[node name="ChuckEsCorner" type="Node3D"]
|
||||
|
||||
[node name="Chuck" parent="." instance=ExtResource("1_m77pm")]
|
||||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, 0)
|
||||
script = ExtResource("2_8qvk7")
|
||||
|
||||
[node name="Angle 1" type="Camera3D" parent="."]
|
||||
transform = Transform3D(-1, 1.31602e-08, -1.50421e-07, 0, 0.996195, 0.0871557, 1.50996e-07, 0.0871557, -0.996195, 0, 1.5, -3)
|
||||
fov = 60.0
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_4uxdq")
|
||||
|
||||
[node name="SpotLight3D" type="SpotLight3D" parent="."]
|
||||
transform = Transform3D(-0.972974, -0.0597654, 0.223048, 2.26267e-08, 0.965926, 0.258819, -0.230916, 0.251824, -0.939821, 0.217544, 1.51501, -1.04223)
|
||||
light_color = Color(1, 0.9625, 0.85, 1)
|
||||
light_energy = 2.0
|
||||
spot_range = 1.3068
|
||||
spot_angle = 27.449
|
||||
spot_angle_attenuation = 0.1
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 2.5, -3)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.5
|
||||
|
||||
[node name="OmniLight3D2" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 2.5, -3)
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.5
|
Loading…
Add table
Add a link
Reference in a new issue