Skip to content

Commit

Permalink
Merge pull request #61 from Sinislosion/cablechords-patch-1
Browse files Browse the repository at this point in the history
Update Raquet.h
  • Loading branch information
cablechords committed Feb 9, 2024
2 parents d05ce05 + a3c6069 commit df34e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Raquet.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
/* WINDOW CONSTANTS */
#define SCREEN_WIDTH 480 // Internal screen width
#define SCREEN_HEIGHT 270 // Internal screen height
#define SCREEN_SCALE 2 // How much we scale the window by default
#define SCREEN_SCALE 3 // How much we scale the window by default
#define FRAMERATE_CAP 60.0 // Constant framerate
#define WINDOW_TITLE "B-TRON" // Window Title
#define WINDOW_TITLE "Raquet Game Engine" // Window Title
#define AUDIO_SAMPLE_RATE 44100 // How high quality our sound is, decrease if you want moldy mp3 sound :)

SDL_Window* gWindow;
Expand Down

0 comments on commit df34e17

Please sign in to comment.