Skip to content

Commit

Permalink
chore: update initial window size
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Jan 7, 2025
1 parent 013dbbc commit 7fec29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AtmosphericEngine/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

// General
#define INIT_SCREEN_TITLE "Atmospheric"
#define INIT_SCREEN_WIDTH 1280 //unit
#define INIT_SCREEN_HEIGHT 960 //unit
#define INIT_FRAMEBUFFER_WIDTH 1280 //px
#define INIT_FRAMEBUFFER_HEIGHT 960 //px
#define INIT_SCREEN_WIDTH 1120 //unit
#define INIT_SCREEN_HEIGHT 840 //unit
#define INIT_FRAMEBUFFER_WIDTH 1120 //px
#define INIT_FRAMEBUFFER_HEIGHT 840 //px
#define SINGLE_THREAD 1
#define RUNTIME_LOG_ON 1
#define SHOW_PROCESS_COST 0
Expand Down

0 comments on commit 7fec29c

Please sign in to comment.