Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b2camera_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
active = false;
3
init = 0;
4
con = 0;
5
camcon = 0;
6
camtimer = 0;
7
timer = 0;
8
tetalker = 0;
9
raphoto = 0;
10
suphoto = 0;
11
krphoto = 0;
12
kris = 0;
13
susie = 0;
14
ralsei = 0;
15
kr_real = 0;
16
su_real = 0;
17
ra_real = 0;
18
tenna = 0;
19
suwalk = 0;
20
suwalktimer = 0;
21
visit = 0;
22
key = 0;
23
krisphoto = 0;
24
krtimer = 0;
25
batcon = 0;
26
battimer = 0;
27
lefteye = 0;
28
leftsolid = 0;
29
righteye = 0;
30
rightsolid = 0;
31
mouth = 0;
32
mouthsolid = 0;
33
realmouth = 0;
34
lpupil = 0;
35
rpupil = 0;
36
cleanup = 0;
37
makewriter = 0;
38
madewriter = 0;
39
shopwriter = 0;
40
prebat = 0;
41
noreturn = 0;
42
eyemarker1 = instance_create(x + 64 + 16, y + 64 + 16, obj_board_b2entrance_animatecamera);
43
with (eyemarker1)
44
{
45
    type = 1;
46
    amount = 0;
47
    sprite_index = spr_board_shutta_pupil;
48
    
scr_size
scr_size

function
scr_size(arg0 = image_xscale, arg1 = image_yscale, arg2 = id)
{ with (arg2) { image_xscale = arg0; image_yscale = arg1; } }
(2, 2);
49
    depth = 999990;
50
}
51
eyemarker1 = instance_create(x + 224 + 16, y + 64 + 16, obj_board_b2entrance_animatecamera);
52
with (eyemarker1)
53
{
54
    type = 1;
55
    amount = 0;
56
    sprite_index = spr_board_shutta_pupil;
57
    
scr_size
scr_size

function
scr_size(arg0 = image_xscale, arg1 = image_yscale, arg2 = id)
{ with (arg2) { image_xscale = arg0; image_yscale = arg1; } }
(2, 2);
58
    depth = 999990;
59
}