[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 )