Learning #Godot Test - lifts with constant movement (Pre,Fix,Test)

Subscribers:
64
Published on ● Video Link: https://www.youtube.com/watch?v=VhGTcIvjZi8



Duration: 2:07
15 views
2


The Gun models are from "kenney.nl" FPS Starter Kit.

Thief style lifts floating platforms
3 Clips one before where all lifts reach the top in the same moment (bad)
then 2 with different tests so all lifts have the same speed so the shoter one reaches the top first now.

Small function big difference:

func CALC_SPEED() -_ float: var dist:float = floorLevelMarker.global_position.y - frame1.global_position.y
return 1.5 * dist







Tags:
Godot
GameDev
GodotEngine
GodotDev
Thief
TDP
TMA