Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_climb_spawn_Step_0

(view raw script w/o annotations or w/e)
1
if (!_siner_active)
2
    exit;
3
_siner += 0.1;
4
y += (sin(_siner) * 0.6);