Error Loading a Quad

Started by FusionTech, July 31, 2013, 00:10:22

Previous topic - Next topic

FusionTech

Im so sorry for wasting everyone's time with such a stupid mistake.
[/b]

Daslee

As I see your goblin X vertices are all in same position (spawnX), so if your quad will be rendered with all X vertices in same position then it would be like a line. Try to add goblin width to v3x and v4x in goblin class, something like that:

public static int v3x = spawnX + 40;
public static int v4x = spawnX + 40;