meat_madness_redux/godot/assets/meat_creek/Dolly.gd
dukegoobler 5427050fb5 pause screen fix again
fixed a mouse capture issue with the overlays in Player plus other tweaks
2022-12-29 21:19:58 -07:00

6 lines
114 B
GDScript

extends PathFollow
var platform_speed = 10
func _physics_process(delta):
self.offset += delta * platform_speed