isOpen()) { window.clear(sf::Color(50, 50, 50)); for (auto &shape : shapes) { shape.rotate(0.5); window.draw(shape); } window.display(); ...
確定! 回上一頁