all that we can do with this emotion

This commit is contained in:
2023-09-14 02:41:10 -07:00
parent f3528d897c
commit 568eb9e6e0
69 changed files with 5097 additions and 613 deletions

View File

@@ -1,10 +1,11 @@
shader_type spatial;
render_mode unshaded;
render_mode blend_mul;
uniform vec2 direction_and_speed = vec2(0.25, 0.00);
uniform vec2 scale = vec2(1.0);
uniform bool flip = false;
uniform sampler2D albedo: hint_default_transparent;
uniform float alphaSet = 1.0;
void fragment() {
vec2 uv = UV * scale - direction_and_speed * TIME;