Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_texture_set_repeat

(view raw script w/o annotations or w/e)
1
function texture_set_repeat(argument0) //gml_Script_texture_set_repeat
2
{
3
    gpu_set_texrepeat(argument0)
4
}