Lighting Tweaks + First Person fixes - Final Milestone 2 build

This commit is contained in:
patrick_pluto 2024-08-03 23:08:03 +02:00
parent 8435fb0cf8
commit aedc7cfe91
4 changed files with 32 additions and 2 deletions

View file

@ -62,5 +62,9 @@ radius = 0.375
wait_time = 30.0
one_shot = true
[node name="show_fps" type="Timer" parent="."]
autostart = true
[connection signal="body_entered" from="detect_hit" to="." method="_on_detect_hit_body_entered"]
[connection signal="timeout" from="time_in_bag" to="." method="_on_time_in_bag_timeout"]
[connection signal="timeout" from="show_fps" to="." method="_on_show_fps_timeout"]