bottle service

This commit is contained in:
2023-02-05 21:29:38 +01:00
parent a0b7737b94
commit 9c156b2f8f
4 changed files with 92 additions and 7 deletions
+1 -5
View File
@@ -2,8 +2,4 @@ extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
$Gui.message("Use TAB to go into select mode and click on objects to interact.", "Hello world")