Esempio n. 1
0
void World::drawWonState()
{
	drawScreenText();
}
Esempio n. 2
0
    void drawSpaceText(sf::String const& text, Vector2f const& location,
                       float size, int align, Color3f const& color, float alpha, sf::Font* font) {

        drawScreenText(text, window::coordToPixel(location), size, align, color, alpha, font);
    }
Esempio n. 3
0
void World::drawLostState()
{
	drawScreenText();
}