Started implementing prologue
This commit is contained in:
5
proto2/ui/narration_notification.gd
Normal file
5
proto2/ui/narration_notification.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Control
|
||||
|
||||
func display_notification(message):
|
||||
$msg.text = message
|
||||
show()
|
||||
Reference in New Issue
Block a user