Zombie hp meta rebalanced

This commit is contained in:
Rendo 2025-07-23 16:39:56 +05:00
commit c6ceaa28d2
13 changed files with 155 additions and 309 deletions

View file

@ -0,0 +1,5 @@
shader_type canvas_item;
void fragment() {
COLOR = vec4(1);
}