added new tree models

This commit is contained in:
2025-12-10 20:25:19 +11:00
parent 28289f1e38
commit 5bbc2c0cb0
45 changed files with 1145 additions and 165 deletions

View File

@@ -1,6 +1,6 @@
shader_type canvas_item;
uniform sampler2D SCREEN_TEXTURE: hint_screen_texture, filter_linear_mipmap;
uniform sampler2D SCREEN_TEXTURE: hint_screen_texture, filter_linear;
uniform int color_depth : hint_range(1, 8) = 5;
uniform bool dithering = true;
uniform int resolution_scale = 4;