It's blood.
This commit is contained in:
parent
8c818ac174
commit
8264c9c1b8
18 changed files with 107 additions and 58 deletions
5
objects/environment/blood/blood_stain.gd
Normal file
5
objects/environment/blood/blood_stain.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Light2D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
rotation = randf() * TAU
|
Loading…
Add table
Add a link
Reference in a new issue