hero-mark-2/scripts/has_splash.gd

6 lines
110 B
GDScript

extends Node
export var splash_color: Color = Color.white
func _init() -> void:
add_to_group("has_splash")