summaryrefslogtreecommitdiff
path: root/src/include/rb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rb.h')
-rw-r--r--src/include/rb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/rb.h b/src/include/rb.h
index cc321e6..aba3488 100644
--- a/src/include/rb.h
+++ b/src/include/rb.h
@@ -3,9 +3,9 @@
#include <allegro5/allegro5.h>
-#define RB_WIDTH 1600
-#define RB_HEIGHT 900
-#define RB_FPS (1.0 / 30.0) /* 1 sec divided by 30 frames */
+#define RB_WIDTH 2240
+#define RB_HEIGHT 1400
+#define RB_FPS (1.0 / 80.0) /* 1 sec divided by 30 frames */
struct rb {
float width;