diff --git a/assets/shared/images/icons/icon-bf-christmas.png b/assets/shared/images/icons/icon-bf-christmas.png new file mode 100644 index 0000000..647c6b7 Binary files /dev/null and b/assets/shared/images/icons/icon-bf-christmas.png differ diff --git a/assets/shared/images/pixelUI/good-pixel.png b/assets/shared/images/pixelUI/good-pixel.png index 085ba6d..f4eb3dd 100644 Binary files a/assets/shared/images/pixelUI/good-pixel.png and b/assets/shared/images/pixelUI/good-pixel.png differ diff --git a/assets/shared/images/pixelUI/sick-pixel.png b/assets/shared/images/pixelUI/sick-pixel.png index 762ab10..df28171 100644 Binary files a/assets/shared/images/pixelUI/sick-pixel.png and b/assets/shared/images/pixelUI/sick-pixel.png differ diff --git a/source/psychlua/ReflectionFunctions.hx b/source/psychlua/ReflectionFunctions.hx index d3a531a..c61866f 100644 --- a/source/psychlua/ReflectionFunctions.hx +++ b/source/psychlua/ReflectionFunctions.hx @@ -224,6 +224,8 @@ class ReflectionFunctions static function parseInstances(args:Array) { + if (args == null) args = []; + if (args != null) { for (i in 0...args.length)