Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_darkshape_light_aura_Step_1

(view raw script w/o annotations or w/e)
1
with (obj_titan_enemy)
2
{
3
    if (global.inv < 0)
4
        other.radius_goal = light_radius;
5
    else
6
        other.radius_goal = light_radius * 0.8;
7
}