6 lines
193 B
GDScript
6 lines
193 B
GDScript
extends Node3D
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
$Gui.message("Use TAB to go into select mode and click on objects to interact.", "Hello world")
|