Deltarune script viewer
← back to main script listing
gml_GlobalScript_pal_swap_get_color_count
(
view raw script w/o annotations or w/e
)
1
function pal_swap_get_color_count()
2
{
3
return sprite_get_height(argument[0]);
4
}