changeset 114:bf7500aea454

examples: switch to 720p
author David Demelier <markand@malikania.fr>
date Thu, 09 Jul 2020 22:38:48 +0200
parents c5dcf51f5f1e
children 3bd0d3a39e30
files examples/example-inventory.c examples/example-message.c examples/example-sound.c
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/examples/example-inventory.c	Thu Apr 16 10:35:50 2020 +0200
+++ b/examples/example-inventory.c	Thu Jul 09 22:38:48 2020 +0200
@@ -35,8 +35,8 @@
 #include "assets/images/potion.h"
 #include "assets/images/sword.h"
 
-#define W 1920
-#define H 1080
+#define W 1280
+#define H 720
 
 static struct {
 	const unsigned char *data;
--- a/examples/example-message.c	Thu Apr 16 10:35:50 2020 +0200
+++ b/examples/example-message.c	Thu Jul 09 22:38:48 2020 +0200
@@ -26,8 +26,8 @@
 #include <theme.h>
 #include <window.h>
 
-#define W 1920
-#define H 1080
+#define W 1280
+#define H 720
 
 static void
 init(void)
--- a/examples/example-sound.c	Thu Apr 16 10:35:50 2020 +0200
+++ b/examples/example-sound.c	Thu Jul 09 22:38:48 2020 +0200
@@ -30,8 +30,8 @@
 /* https://freesound.org/people/VABsounds/sounds/423658 */
 #include "assets/sounds/vabsounds-romance.h"
 
-#define W 1920
-#define H 1080
+#define W 1280
+#define H 720
 
 static struct sound sound;
 static struct label label = {