Deltarune (Chapter 1) script viewer
← back to main script listing
gml_Object_obj_ponman_appear_Create_0
(view raw script w/o annotations or w/e)
|
1
|
image_speed = 0;
|
|
2
|
con = 0;
|
|
3
|
image_xscale = 2;
|
|
4
|
image_yscale = 2;
|
|
5
|
eye_angle = 0;
|
|
6
|
eye_radius = 0;
|
|
7
|
draw_eye = 0;
|
|
8
|
fadecon = 0;
|
|
9
|
if (global.plot >= 150)
|
|
10
|
con = 99;
|