Pherael
Member
|
Loading Image
I started my first project in EE 2.0 and I have this problem
With this basic code
Code:
class BaseDragon : BaseUnit
{
ImagePtr image2D;
void createFromBlock(Vec _pos)
{
T.pos = _pos;
image2D = "UID(1430213917, 1087575874, 4114801325, 3040229808)";
};
}
This error appear when I playing project:
Can't load Image "UID(1430213917, 1087575874, 4114801325, 3040229808)"
Why is that? I do something wrong?
(This post was last modified: 04-16-2013 07:28 PM by Pherael.)
|
|
04-16-2013 07:23 PM |
|
para
Member
|
RE: Loading Image
try the UID without the quotes ( " " ) ?
|
|
04-16-2013 07:34 PM |
|