Fix stringification of Vector4
This commit is contained in:
parent
f952bfe998
commit
e210313045
3 changed files with 13 additions and 8 deletions
|
|
@ -3,12 +3,14 @@ truefalse
|
|||
-101
|
||||
-1.250.251.25
|
||||
hello world
|
||||
(0.25, 0.25)
|
||||
(0.25, 1.0)
|
||||
(0, 0)
|
||||
[P: (0.25, 0.25), S: (0.5, 0.5)]
|
||||
[P: (0.25, 0.25), S: (0.5, 1.0)]
|
||||
[P: (0, 0), S: (0, 0)]
|
||||
(0.25, 0.25, 0.25)
|
||||
(0.25, 0.25, 1.0)
|
||||
(0, 0, 0)
|
||||
(0.25, 0.25, 0.25, 1.0)
|
||||
(0, 0, 0, 0)
|
||||
[X: (1.0, 0.0), Y: (0.0, 1.0), O: (0.0, 0.0)]
|
||||
[N: (1.0, 2.0, 3.0), D: 4]
|
||||
(1, 2, 3, 4)
|
||||
|
|
@ -32,4 +34,4 @@ Node::[signal]property_list_changed
|
|||
[(1.0, 1.0), (0.0, 0.0)]
|
||||
[(1.0, 1.0, 1.0), (0.0, 0.0, 0.0)]
|
||||
[(1.0, 0.0, 0.0, 1.0), (0.0, 0.0, 1.0, 1.0), (0.0, 1.0, 0.0, 1.0)]
|
||||
[(1, 1, 1, 1), (0, 0, 0, 0)]
|
||||
[(1.0, 1.0, 1.0, 1.0), (0.0, 0.0, 0.0, 0.0)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue