style: window size & black background

This commit is contained in:
2024-01-08 11:43:17 +01:00
parent d227676285
commit c7c7c91818
5 changed files with 32 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
#include <cstdlib>
#include <iostream>
#include <SFML/Graphics.hpp>
using namespace std;
using namespace sf;
const int SCREEN_WIDTH = 1024;
const int SCREEN_HEIGHT = 1024;