Pixel-Composer/scripts/tuple_functions/tuple_functions.gml
2023-03-19 15:17:39 +07:00

4 lines
71 B
Plaintext

function Tuple() constructor {
type = VALUE_TYPE.float;
value = 0;
}