fix some small bugs

This commit is contained in:
KawaiiZenbo 2025-10-24 22:35:34 -07:00
parent 8037f4f066
commit b0733bd367
4 changed files with 27 additions and 16 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=36 format=3 uid="uid://bbifoix4bccol"]
[gd_scene load_steps=38 format=3 uid="uid://bbifoix4bccol"]
[ext_resource type="PackedScene" uid="uid://bf4aq55iy3yey" path="res://Models/Stages/1-Stage/1StageGeneric.glb" id="2_42tmm"]
[ext_resource type="PackedScene" uid="uid://cdk6hwb4hi2wc" path="res://Scripts/Player/Player.tscn" id="3_4253t"]
@ -25,6 +25,8 @@
[ext_resource type="PackedScene" uid="uid://cky4dxfbw52gb" path="res://Models/Stages/1-Stage/1StageCurtains.glb" id="24_u88iu"]
[ext_resource type="Script" uid="uid://csyks2ufy3o3x" path="res://Scripts/OneWayController.gd" id="25_tpb1c"]
[ext_resource type="PackedScene" uid="uid://wsgdo32mqoa4" path="res://Models/FreeRoamLocations/KnoxvilleTN8225KingstonPike2010s/KnoxvilleTN8225KingstonPike2010s.glb" id="26_ree4k"]
[ext_resource type="PackedScene" uid="uid://b4vtklfq8r861" path="res://Models/Props/Wink.glb" id="26_wi6ny"]
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="27_mred3"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_dqpnw"]
@ -518,3 +520,7 @@ light_color = Color(1, 1, 0.980392, 1)
light_energy = 2.0
light_angular_distance = 0.5
shadow_enabled = true
[node name="Wink" parent="." instance=ExtResource("26_wi6ny")]
transform = Transform3D(0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 3.4, 0.38)
script = ExtResource("27_mred3")