make shit run with proper resolution now ; grid is now 40 cause before it was too fucking tiny ; res is 1080P cause why fucking not.
This commit is contained in:
@@ -3,7 +3,7 @@ project(cppsnek)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
find_package(SFML 2.5 COMPONENTS graphics window system REQUIRED)
|
||||
find_package(SFML 2.6.2 COMPONENTS graphics window system REQUIRED)
|
||||
|
||||
add_executable(cppsnek main.cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user