Skip to content

Commit

Permalink
Improve other scenes (title screen, menu and winner screen)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmoreno committed Nov 17, 2024
1 parent b8ea217 commit 5ad2da1
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 280 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.10)
project(CampoDeBatalha CXX)

# Set the C++ standard
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

# Compiler Flags
Expand Down
Binary file modified resources/telainicial.bmp
Binary file not shown.
Binary file modified resources/telavencedor.bmp
Binary file not shown.
Loading

0 comments on commit 5ad2da1

Please sign in to comment.