Skip to content

Commit 51c81aa

Browse files
committed
Version 1.0
1 parent e083e0a commit 51c81aa

19 files changed

+1
-10
lines changed

.vs/Pacman-Clone/v16/.suo

1.5 KB
Binary file not shown.

.vs/Pacman-Clone/v16/Browse.VC.db

76 KB
Binary file not shown.

Src/GameManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
void GameManager::StartGameManager()
55
{
66
window = new sf::RenderWindow();
7-
window->create(sf::VideoMode(1000, 1100), "Pacman", sf::Style::Resize);
7+
window->create(sf::VideoMode(1000, 1100), "Pacman", sf::Style::Fullscreen);
88
//window->create(sf::VideoMode::getFullscreenModes()[0], "Pacman", sf::Style::Resize);
99
aspectRatio = float(window->getSize().x) / float(window->getSize().y - 100);
1010
sf::View v(sf::Vector2f(400, 450), sf::Vector2f(800 * aspectRatio, 900));

x64/Release/Pacman-Clone.exe

78 KB
Binary file not shown.

x64/Release/Pacman-Clone.iobj

-156 KB
Binary file not shown.

x64/Release/Pacman-Clone.ipdb

-84.3 KB
Binary file not shown.

x64/Release/Pacman-Clone.log

Lines changed: 0 additions & 7 deletions
This file was deleted.

x64/Release/Pacman-Clone.pdb

-900 KB
Binary file not shown.
-1.78 KB
Binary file not shown.
-62.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)