Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_tower_dog_controller_Other_25
(view raw script w/o annotations or w/e)
|
1
|
if (letterboxcon == 1)
|
|
2
|
{
|
|
3
|
letterboxtimer++;
|
|
4
|
x1 = camerawidth() / 2;
|
|
5
|
y1 = 0;
|
|
6
|
x2 = camerawidth();
|
|
7
|
y2 = 0;
|
|
8
|
x3 = camerawidth();
|
|
9
|
y3 = cameraheight() / 2;
|
|
10
|
x4 = x1;
|
|
11
|
y4 = y1;
|
|
12
|
}
|