Deltarune script viewer

← back to main script listing

gml_Object_obj_teacup_scoreboard_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0;
2
theScore = 0;
3
image_xscale = 2;
4
image_yscale = 2;
5
scoreCol = 14483711;
6
treasure = 0;
7
if (room == room_dw_cyber_teacup_final)
8
    scr_depth
scr_depth

function scr_depth() { depth = 100000 - ((y * 10) + (sprite_height * 10)); }
();