From 37f2222dd77d4ebb9c4df1af598635ac73f0bcf6 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 31 Dec 2015 18:26:49 -0300 Subject: -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Color, to deal with colors in the 0-255 range. Closes #2345 --- modules/gdscript/gd_functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_functions.h') diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index ad35a628d5..e348689550 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -94,6 +94,7 @@ public: INST2DICT, DICT2INST, HASH, + COLOR8, PRINT_STACK, INSTANCE_FROM_ID, FUNC_MAX -- cgit v1.2.3