-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7fd9f6
commit 6cf6195
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
set -xeE | ||
trap 'sleep 1' ERR | ||
|
||
export VERSION=0.2.2 | ||
export VERSION=0.2.3 | ||
|
||
if [[ $ARCH = "x86_64" ]] | ||
then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (c) 2018-2020, Мира Странная <[email protected]> | ||
* Copyright (c) 2018-2023, Мира Странная <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
@@ -65,7 +65,7 @@ GraphicEngine::openWindow() { | |
|
||
void | ||
GraphicEngine::openWindow(sf::VideoMode videoMode, bool fullscreen) { | ||
const sf::String windowName = L"Mazemaze 0.2.2"; | ||
const sf::String windowName = L"Mazemaze 0.2.3"; | ||
sf::Uint32 style; | ||
|
||
if (fullscreen) | ||
|