forked from team-sg/hero-mark-2
splash particlesgit status
This commit is contained in:
parent
002737706b
commit
bd12aa68c1
9 changed files with 87 additions and 4 deletions
6
scripts/has_splash.gd
Normal file
6
scripts/has_splash.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
export var splash_color: Color = Color.white
|
||||
|
||||
func _init() -> void:
|
||||
add_to_group("has_splash")
|
Loading…
Add table
Add a link
Reference in a new issue