Update lightmap scene test

This commit is contained in:
stilobique-surface
2021-05-10 14:21:38 +02:00
parent 20c6f964c8
commit 9b65fc08c3
4 changed files with 83 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
extends Spatial
# 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():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass