|
@@ -8,16 +8,6 @@
|
|
|
|
|
|
config_version=5
|
|
|
|
|
|
-_global_script_classes=[{
|
|
|
-"base": "Node3D",
|
|
|
-"class": &"AxisMarker3D",
|
|
|
-"language": &"GDScript",
|
|
|
-"path": "res://marker/AxisMarker3D.gd"
|
|
|
-}]
|
|
|
-_global_script_class_icons={
|
|
|
-"AxisMarker3D": "res://marker/AxisMarker3D.svg"
|
|
|
-}
|
|
|
-
|
|
|
[application]
|
|
|
|
|
|
config/name="Matrix Transform3D"
|
|
@@ -26,10 +16,10 @@ config/description="This demo project is a playground where you can visualize ho
|
|
|
Do not 'run' this project. You are only meant to use it within the Godot editor.
|
|
|
|
|
|
For more information, see the Matrices and Transforms article."
|
|
|
+config/tags=PackedStringArray("3d", "demo", "editor", "official")
|
|
|
run/main_scene="res://3D.tscn"
|
|
|
-config/features=PackedStringArray("4.0")
|
|
|
+config/features=PackedStringArray("4.1")
|
|
|
config/icon="res://icon.webp"
|
|
|
-config/tags=PackedStringArray("3d", "demo", "editor", "official")
|
|
|
|
|
|
[rendering]
|
|
|
|