mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Fix stringification of Projection
This commit is contained in:
@@ -22,6 +22,7 @@ func test():
|
||||
print(AABB(Vector3.ZERO, Vector3.ONE))
|
||||
print(Basis.from_euler(Vector3(0, 0, 0)))
|
||||
print(Transform3D.IDENTITY)
|
||||
print(Projection.IDENTITY)
|
||||
|
||||
print(Color(1, 2, 3, 4))
|
||||
print(StringName("hello"))
|
||||
|
||||
Reference in New Issue
Block a user