Undertale script viewer

← back to main script listing

gml_Script_scr_conshake

(view raw script w/o annotations or w/e)
1
consiner += 1;
2
view_xview = conshakex + (sin(consiner) * argument0);
3
view_yview = conshakey + (cos(consiner) * argument0);