728x90 SMALL example_Man1 [SFML / Code::Blocks] 게임 타이틀 시작 로고 화면 및 메뉴 UI 테스트 데모 main.cpp #include #include #include "Menu.h" int main() { float width = 1280, height = 720; sf::RenderWindow window(sf::VideoMode(width, height), "SFML WORK!"); //Menu Background sf::Texture texture; if (!texture.loadFromFile("images/bg.png")) { std::cout 2023. 4. 29. 이전 1 다음 728x90 LIST