refactoring app name to spacetris and new icon

This commit is contained in:
2025-12-21 10:29:01 +01:00
parent 18c29fed1e
commit a6c2c78cb5
26 changed files with 402 additions and 951 deletions

View File

@ -1,5 +1,5 @@
@echo off
REM Build and run debug executable for the Tetris project
REM Build and run debug executable for the Spacetris project
SETLOCAL
cd /d "%~dp0"
cmake --build build-msvc --config Debug
@ -7,5 +7,5 @@ if errorlevel 1 (
echo Build failed.
exit /b %ERRORLEVEL%
)
"%~dp0build-msvc\Debug\tetris.exe"
"%~dp0build-msvc\Debug\spacetris.exe"
ENDLOCAL