Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_castle_torch_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0.2;
2
image_xscale = 2;
3
image_yscale = 2;
4
if (room >= room_cc_1f)
5
    sprite_index = spr_castle_torch_white;