Character Roll prototype

This commit is contained in:
2024-06-11 10:23:43 -04:00
parent cdbba45795
commit 4312c044d3
210 changed files with 3633 additions and 180 deletions

View File

@@ -0,0 +1,12 @@
extends AspectRatioContainer
# Called when the node enters the scene tree for the first time.
func _ready():
#print(self.get_path())
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass