adjust height of player

This commit is contained in:
KawaiiZenbo 2025-10-25 19:33:01 -07:00
parent 59f7b7f863
commit 450b067b8d
7 changed files with 20 additions and 28 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=37 format=3 uid="uid://b6rem1te85htp"]
[gd_scene load_steps=35 format=3 uid="uid://b6rem1te85htp"]
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_8m4fm"]
[ext_resource type="PackedScene" uid="uid://bf4aq55iy3yey" path="res://Models/Stages/1-Stage/1StageGeneric.glb" id="2_ncqi6"]
@ -27,8 +27,6 @@
[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="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="27_xpgff"]
[ext_resource type="PackedScene" uid="uid://dwv4f6bls2btr" path="res://Scenes/Props/StaticFurniture/90sShowroomBoothDouble.tscn" id="28_xsano"]
[ext_resource type="PackedScene" uid="uid://b3y3v2k05s3qx" path="res://Scenes/Props/StaticFurniture/90sShowroomBoothSingle.tscn" id="29_xsano"]
[sub_resource type="Environment" id="Environment_0tsrs"]
ambient_light_source = 1
@ -502,10 +500,4 @@ script = ExtResource("27_xpgff")
[node name="Booths" type="Node3D" parent="."]
[node name="90sShowroomBoothDouble" parent="Booths" instance=ExtResource("28_xsano")]
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 9, 0, 1.5)
[node name="90sShowroomBoothDouble2" parent="Booths" instance=ExtResource("29_xsano")]
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 9, 0, 0)
[editable path="StageModel"]

View file

@ -6,10 +6,10 @@
friction = 0.5
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
size = Vector3(0.55, 0.6, 0.55)
size = Vector3(0.45, 0.5, 0.45)
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
size = Vector3(0.05, 0.6, 0.55)
size = Vector3(0.05, 0.5, 0.45)
[node name="ShowroomChair" type="Node3D"]
@ -21,9 +21,9 @@ physics_material_override = SubResource("PhysicsMaterial_lbe82")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
[node name="CollisionShape3D5" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.2, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0)
shape = SubResource("BoxShape3D_lbe82")
[node name="CollisionShape3D6" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 0.4, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0.25, 0)
shape = SubResource("BoxShape3D_domyf")

View file

@ -5,11 +5,11 @@
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
friction = 0.5
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
size = Vector3(0.55, 0.6, 0.55)
[sub_resource type="BoxShape3D" id="BoxShape3D_mq1py"]
size = Vector3(0.45, 0.5, 0.45)
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
size = Vector3(0.05, 0.6, 0.55)
[sub_resource type="BoxShape3D" id="BoxShape3D_2odyp"]
size = Vector3(0.05, 0.5, 0.45)
[node name="ShowroomChairRed" type="Node3D"]
@ -20,10 +20,10 @@ physics_material_override = SubResource("PhysicsMaterial_lbe82")
[node name="ShowroomChairRed" parent="RigidBody3D" instance=ExtResource("1_mq1py")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
[node name="CollisionShape3D5" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.2, 0)
shape = SubResource("BoxShape3D_lbe82")
[node name="CollisionShape3D7" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0)
shape = SubResource("BoxShape3D_mq1py")
[node name="CollisionShape3D6" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 0.4, 0)
shape = SubResource("BoxShape3D_domyf")
[node name="CollisionShape3D8" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0.25, 0)
shape = SubResource("BoxShape3D_2odyp")