Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_dazzle_effect_particle_Step_0

(view raw script w/o annotations or w/e)
1
if (!init)
2
{
3
    hue = color_get_hue(image_blend);
4
    sat = color_get_saturation(image_blend);
5
    val = color_get_value(image_blend);
6
    init = true;
7
}