Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_color_light_blue

(view raw script w/o annotations or w/e)
1
function scr_color_light_blue
scr_color_light_blue

function scr_color_light_blue() { c_lightblue = make_color_rgb(0, 162, 232); }
()
2
{
3
    c_lightblue = make_color_rgb(0, 162, 232);
4
}