Pixel-Composer/scripts/tuple_functions/tuple_functions.gml

4 lines
71 B
Plaintext
Raw Normal View History

2023-03-19 09:17:39 +01:00
function Tuple() constructor {
type = VALUE_TYPE.float;
value = 0;
}