Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_controller_KeyPress_74

(view raw script w/o annotations or w/e)
1
if (window_get_height() == 640 && window_get_height() == 480)
2
    window_set_size(1280, 960);
3
else
4
    window_set_size(640, 480);