Pixel-Composer/scripts/texture_set_repeat/texture_set_repeat.gml

4 lines
76 B
Plaintext
Raw Normal View History

2023-02-14 02:48:33 +01:00
function texture_set_repeat(argument0) {
gpu_set_texrepeat( argument0 );
}