godot-accessible-starter/scenes/Main.gd

14 lines
302 B
GDScript3
Raw Normal View History

2019-09-09 20:03:48 +00:00
extends Node
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
TTS.speak("Hello, world.")
2019-09-09 20:03:48 +00:00
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass