Fex
Gold Supporter
|
[solved] color picker crash "Can't load Image "gui/adjust_value.gfx"
Creating a color picker via this code
Code:
getRegion("cpregion") +=cp.create("Background").setRGB(Vec(0,1,0)).barVisible(false).pos(getRegion("cpregion").rect().lu() - Vec2(.1, -.1));
results in a "Can't load Image "gui/adjust_value.gfx" crash at the above line of code
Anybody know why? I just upgraded from build 11 to build 23 of the SDK.
SOLUTION was to unpack the engine.pak and copy the Gui folder to my game project Gui directory, this copied the adjust_val.gfx file and some others that were not included in build 11.
(This post was last modified: 04-22-2013 05:57 AM by Fex.)
|
|
04-22-2013 05:51 AM |
|
Esenthel
Administrator
|
RE: [solved] color picker crash "Can't load Image "gui/adjust_value.gfx"
I recommend always using engine.pak instead of unpacking files from it.
|
|
04-22-2013 10:22 AM |
|