Implemented base class Alert. Implemented Alerts for Cheering Bits, Following, Raid Alert, and Subscription alerts. Added Fonts and Video media.
5 lines
72 B
GDScript
5 lines
72 B
GDScript
extends Control
|
|
class_name Alert
|
|
|
|
func dispose() -> void:
|
|
queue_free()
|