sf ::Texture texture; if (!texture.loadFromFile("sfml-logo.png")). { return -1;. } sf::Sprite full_logo{ texture }; full_logo.setPosition({ 300.f, 300.f });.
確定! 回上一頁