Update Matrix Transform demo to Godot 4.1 (#978)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
Alex
2023-10-18 02:38:00 +02:00
committed by GitHub
parent 647002a75c
commit e2abd0e7fb
5 changed files with 10 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
@tool
extends Node3D
class_name AxisMarker3D
@icon("res://marker/AxisMarker3D.svg")
class_name AxisMarker3D
extends Node3D
func _process(_delta):