initial shit
This commit is contained in:
8
Objects/Scripts/SLabel.gd
Normal file
8
Objects/Scripts/SLabel.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Node3D
|
||||
|
||||
@export var Text : String;
|
||||
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
$Label3D.text = Text;
|
||||
Reference in New Issue
Block a user