From 12965a7818c9ed349a5ba7fd76d9413f8f22d24d Mon Sep 17 00:00:00 2001 From: Phillip Trudeau-Tavara Date: Wed, 23 Aug 2023 09:55:54 -0400 Subject: [PATCH] Change engine title strings to "Dante's Cowboy" --- main.c | 2 +- web_template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index c42d153..0503d00 100644 --- a/main.c +++ b/main.c @@ -7485,7 +7485,7 @@ sapp_desc sokol_main(int argc, char* argv[]) .width = 800, .height = 600, //.gl_force_gles2 = true, not sure why this was here in example, look into - .window_title = "RPGPT", + .window_title = "Dante's Cowboy", .win32_console_attach = true, .win32_console_create = true, .icon.sokol_default = true, diff --git a/web_template.html b/web_template.html index 0bf028f..2b921c4 100644 --- a/web_template.html +++ b/web_template.html @@ -3,7 +3,7 @@ -AI RPG +Dante's Cowboy