Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_fx_zoom_Create_0

(view raw script w/o annotations or w/e)
1
zoom_x = camerawidth() / 2;
2
zoom_y = cameraheight() / 2;
3
zoom = 2;
4
zoom_lerp = 0;
5
surf_width = 640;
6
surf_height = 480;
7
focus = false;
8
focus_target = -4;
9
ease_in = false;
10
ease_out = false;
11
pow = 2;
12
zoom_surf = surface_create(camerawidth(), cameraheight());
13
zoom_speed = 0.1;
14
depth = 100000;