LD46/assets/belt.shader

6 lines
102 B
Plaintext
Raw Normal View History

2020-04-18 23:04:50 +09:30
shader_type canvas_item;
uniform float rps = 1.0;
void vertex() {
UV.x -= mod(TIME*rps, 1.0)/32.0;
}