Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_camera_controller_Create_0
(view raw script w/o annotations or w/e)
|
1
|
camcontrol = true;
|
|
2
|
mode = 0;
|
|
3
|
xmin = 0;
|
|
4
|
ymin = 0;
|
|
5
|
xmax = room_width;
|
|
6
|
ymax = room_height;
|
|
7
|
xpos = -1;
|
|
8
|
ypos = -1;
|