mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
4 lines
No EOL
71 B
Text
4 lines
No EOL
71 B
Text
function Tuple() constructor {
|
|
type = VALUE_TYPE.float;
|
|
value = 0;
|
|
} |