Change to Basic 3d Version

This commit is contained in:
2023-06-04 18:23:34 -04:00
parent 2bdba756b8
commit d881d14010
6 changed files with 50 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
extends Node2D
var game_arena :PackedScene= preload("res://game_arena.tscn")
var game_arena :PackedScene= preload("res://3d_test.tscn")
var scene_ref = null
# Called when the node enters the scene tree for the first time.