Added footsteps, new tree, various other tweaks

This commit is contained in:
derek
2024-12-05 11:47:34 -06:00
parent 816ae85938
commit 023879ea9f
389 changed files with 20484 additions and 234 deletions

View File

@@ -0,0 +1,15 @@
shader_type particles;
render_mode keep_data;
uniform mat4 global_transform;
void start() {
}
void process() {
}