Search found 1 match

by Sour-Lemon
Fri Nov 12, 2010 6:02 am
Forum: Game Development
Topic: Vector arrays? ( luigi is a square lolz )
Replies: 28
Views: 4775

Re: Vector arrays? ( luigi is a square lolz )

I'm not sure that I can help you, but I was wondering, what is the SetColor(); function doing? It's just that, Luigi is appearing as a white block, and the last thing you are doing before you call Npcs.push_back() in NpcManager::AddNpc() is: npc.SpriteSheet.SetColor(255,255,255); Is it just setting ...