mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 14:33:53 +01:00
4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
function Tuple() constructor {
|
||
|
type = VALUE_TYPE.float;
|
||
|
value = 0;
|
||
|
}
|