Replace world shadows with player blob shadows

This commit is contained in:
Alexander Sellite 2026-07-31 14:00:19 -04:00
parent 0d17921d20
commit 308447d481
8 changed files with 117 additions and 4 deletions

View file

@ -0,0 +1,7 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3]
[ext_resource type="Shader" path="res://player/materials/player_blob_shadow.gdshader" id="1_shader"]
[resource]
render_priority = 1
shader = ExtResource("1_shader")