release finished

This commit is contained in:
bMorgan01 2022-03-09 15:25:59 -07:00
parent 5df018c6fe
commit fbc0eae595
3 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -41,4 +41,6 @@ cmake-build-debug
CMakeLists.txt
# Release
Ruler Release
Ruler Release
*.sed
*.EXE

View file

@ -70,7 +70,7 @@ int main() {
sizeBox.setOutlineThickness(1);
Font arial;
arial.loadFromFile("./data/arial.ttf");
arial.loadFromFile("arial.ttf");
Text measurement(to_string(window.getSize().x), arial);
measurement.setFillColor(Color::Black);
measurement.setCharacterSize(16);