Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_pointsGet_Other_10

(view raw script w/o annotations or w/e)
1
snd_stop(snd_item);
2
snd_play_pitch(snd_item, 1.2);
3
var pointsDisplay = instance_create(centerx(), centery(), obj_board_pointsGetDisplay);
4
pointsDisplay.amount = amount;
5
instance_destroy();