splash particlesgit status

This commit is contained in:
Haze Weathers 2023-10-14 16:14:15 -04:00
parent 002737706b
commit bd12aa68c1
9 changed files with 87 additions and 4 deletions

6
scripts/has_splash.gd Normal file
View file

@ -0,0 +1,6 @@
extends Node
export var splash_color: Color = Color.white
func _init() -> void:
add_to_group("has_splash")