Files
2023-02-05 21:29:38 +01:00

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")