It's blood.

This commit is contained in:
Haze Weathers 2023-09-11 16:23:13 -04:00
parent 8c818ac174
commit 8264c9c1b8
18 changed files with 107 additions and 58 deletions

View file

@ -0,0 +1,12 @@
[gd_scene load_steps=3 format=2]
[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"]
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 )