bloodstain improvements. work during pause for player, vastly more efficient

This commit is contained in:
Haze Weathers 2023-09-15 22:16:24 -04:00
parent 686b57f798
commit 6f6c5d06e1
9 changed files with 59 additions and 18 deletions

View file

@ -3,10 +3,7 @@
[ext_resource path="res://graphics/particles/dust.png" type="Texture" id=1]
[ext_resource path="res://objects/environment/blood/blood_stain.gd" type="Script" id=2]
[node name="BloodStain" type="Light2D"]
[node name="BloodStain" type="Sprite"]
light_mask = 3
texture = ExtResource( 1 )
color = Color( 0.960784, 0.2, 0.258824, 1 )
mode = 2
range_item_cull_mask = 2
script = ExtResource( 2 )