Zombie hp meta rebalanced
This commit is contained in:
parent
e4c25a1ca5
commit
c6ceaa28d2
13 changed files with 155 additions and 309 deletions
5
assets/shaders/radial_progress.gdshader
Normal file
5
assets/shaders/radial_progress.gdshader
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
COLOR = vec4(1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue