예제 #1
0
void World::drawWonState()
{
	drawScreenText();
}
예제 #2
0
파일: text.cpp 프로젝트: AlohaWu/M.A.R.S.
    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);
    }
예제 #3
0
void World::drawLostState()
{
	drawScreenText();
}