Undertale script viewer
← back to main script listing
gml_Object_obj_bouncetilecontoller_Step_0
(
view raw script w/o annotations or w/e
)
1
btime -= 1;
2
if (btime < 1 && bounce == 2)
3
bounce = 0;