bug修复,三维网页版大小写敏感

This commit is contained in:
joylink_zhaoerwei 2024-07-15 17:07:34 +08:00
parent c487ee4c81
commit e9c4745c47
2 changed files with 2 additions and 6 deletions

View File

@ -231,7 +231,7 @@ func walkByPathFollow(allTargetPos:Array,peopleWalkFollow:PlayerPathFollow,curve
##开始生成人的运动 ##开始生成人的运动
var people_scene = preload("res://sceen/people/peoplewalkfollow.tscn") var people_scene = preload("res://sceen/people/peopleWalkFollow.tscn")
func startGeneratePeople() -> void: func startGeneratePeople() -> void:
$AllTimer/generatePeopleAEntranceTimer.start() $AllTimer/generatePeopleAEntranceTimer.start()

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=19 format=3 uid="uid://dmlksr5k23wwk"] [gd_scene load_steps=18 format=3 uid="uid://dmlksr5k23wwk"]
[ext_resource type="Script" path="res://sceen/totalOfLargePassengerFlow.gd" id="1_5iiv2"] [ext_resource type="Script" path="res://sceen/totalOfLargePassengerFlow.gd" id="1_5iiv2"]
[ext_resource type="PackedScene" uid="uid://cmnsn2joxo68l" path="res://sceen/platform/platform.tscn" id="1_rjva4"] [ext_resource type="PackedScene" uid="uid://cmnsn2joxo68l" path="res://sceen/platform/platform.tscn" id="1_rjva4"]
@ -8,7 +8,6 @@
[ext_resource type="Script" path="res://sceen/Area3D/APassageAreaDetection.gd" id="7_sgvbf"] [ext_resource type="Script" path="res://sceen/Area3D/APassageAreaDetection.gd" id="7_sgvbf"]
[ext_resource type="Script" path="res://sceen/Area3D/TicketingAreaDetection.gd" id="8_3kqgp"] [ext_resource type="Script" path="res://sceen/Area3D/TicketingAreaDetection.gd" id="8_3kqgp"]
[ext_resource type="Script" path="res://sceen/Area3D/TicketingLfetAreaDetection.gd" id="8_52vqq"] [ext_resource type="Script" path="res://sceen/Area3D/TicketingLfetAreaDetection.gd" id="8_52vqq"]
[ext_resource type="PackedScene" uid="uid://ce8bos77837mf" path="res://sceen/people/peopleWalkFollow.tscn" id="9_po51r"]
[ext_resource type="PackedScene" uid="uid://nx6xnwcuq8cf" path="res://sceen/train/train.tscn" id="14_g0uwl"] [ext_resource type="PackedScene" uid="uid://nx6xnwcuq8cf" path="res://sceen/train/train.tscn" id="14_g0uwl"]
[sub_resource type="NavigationMesh" id="NavigationMesh_udupl"] [sub_resource type="NavigationMesh" id="NavigationMesh_udupl"]
@ -300,9 +299,6 @@ script = ExtResource("8_3kqgp")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.102997) transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.102997)
shape = SubResource("BoxShape3D_kqt6b") shape = SubResource("BoxShape3D_kqt6b")
[node name="peopleWalkFollow" parent="." instance=ExtResource("9_po51r")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.132, 12, 15.84)
[connection signal="allClickPlatformSignal" from="platform" to="." method="_on_platform_all_click_platform_signal"] [connection signal="allClickPlatformSignal" from="platform" to="." method="_on_platform_all_click_platform_signal"]
[connection signal="allScreenDoorLcbStateSignal" from="platform" to="." method="emitScreenDoorLcbStateChangeSignal"] [connection signal="allScreenDoorLcbStateSignal" from="platform" to="." method="emitScreenDoorLcbStateChangeSignal"]
[connection signal="animation_finished" from="trainAnimationPlayer" to="train" method="_on_train_animation_player_animation_finished"] [connection signal="animation_finished" from="trainAnimationPlayer" to="train" method="_on_train_animation_player_animation_finished"]