Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_queen_static_Step_0

(view raw script w/o annotations or w/e)
1
if (!surface_exists(goggles_surface))
2
    goggles_surface = surface_create(room_width, room_height);
3
if (!surface_exists(static_surface))
4
    static_surface = surface_create(room_width, room_height);
5
offset_x -= 2;
6
offset_y += 2;