diff multipaint.pde @ 212:b3579297e04e

Implement rest of the stuff needed for selecting external palettes in the launcher and actual Multipaint code.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2018 14:22:20 +0300
parents 3b1afb0b9b30
children d3eba28c26e5
line wrap: on
line diff
--- a/multipaint.pde	Wed Aug 29 20:27:00 2018 +0300
+++ b/multipaint.pde	Mon Sep 03 14:22:20 2018 +0300
@@ -111,6 +111,7 @@
     g_uiscale = (mpUIScale >= 1 && mpUIScale <= 3) ? mpUIScale : 2;
     g_forced_width = mpUIForcedWidth > 0 ? mpUIForcedWidth : 0;
     g_forced_height = mpUIForcedHeight > 0 ? mpUIForcedHeight : 0;
+    g_forced_palette = mpUIPalette ? mpUIPalette : "";
     g_animspeed = 1;
 
     //normi