forked from team-sg/hero-mark-2
What's that smell?
This commit is contained in:
parent
dde551db56
commit
8c818ac174
16 changed files with 99 additions and 2 deletions
5
objects/environment/blood/blood_splatter.gd
Normal file
5
objects/environment/blood/blood_splatter.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