Added footsteps, new tree, various other tweaks
This commit is contained in:
15
addons/proton_scatter/src/particles/static.gdshader
Normal file
15
addons/proton_scatter/src/particles/static.gdshader
Normal file
@@ -0,0 +1,15 @@
|
||||
shader_type particles;
|
||||
render_mode keep_data;
|
||||
|
||||
|
||||
uniform mat4 global_transform;
|
||||
|
||||
|
||||
void start() {
|
||||
|
||||
}
|
||||
|
||||
void process() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user