Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_points_fake_ui_Create_0

(view raw script w/o annotations or w/e)
1
amount_display = 0;
2
cur_jewel = 0;
3
display_timer = 0;
4
increase_points = false;
5
xx = (camerax() + (view_wport[0] / 2)) - 110;
6
yy = cameray() + 180;
7
8
display_points = function(arg0 = 10)
9
{
10
    global.flag[1044 points] += arg0;
11
    global.flag[1117 points_spent] += arg0;
12
    amount_display = global.flag[1044 points] - arg0;
13
};
14
15
show_point_increase = function()
16
{
17
    increase_points = true;
18
};