Any example code of simple fps?

Those lines are the bottom line of each texture used there. Sure it ends up that way because the texture’s wrap mode are set to repeat (tiled). Open your .egg file using your code editor, look for wrapu & wrapv entries, and change the “repeat” mode to “clamp”. You should change all texture’s wrap mode, except the ground texture.