From: Randy McShandy Date: Mon, 11 Aug 2025 21:22:03 +0000 (-0500) Subject: Change title again. X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=9cd5a8e87a587d0aca1d58433ac1d74b5e3c3cb7;p=barrow_crawler Change title again. --- diff --git a/build_win.sh b/build_win.sh index bd25e59..9545fa9 100755 --- a/build_win.sh +++ b/build_win.sh @@ -30,4 +30,4 @@ cp CHANGELOG.TXT $OUTDIR/ # package things up zip -r zipfile $OUTDIR/* -mv zipfile.zip ./release/barrow_0.1.0_win.zip +mv zipfile.zip ./release/barrow_0.1.1_win.zip diff --git a/src/render_raylib.c b/src/render_raylib.c index fac7a55..4a76e44 100644 --- a/src/render_raylib.c +++ b/src/render_raylib.c @@ -160,7 +160,7 @@ void drawing_main_menu_mode() ClearBackground(LIGHTGRAY); const size_t title_font_size = 64; - const char title_text[] = "Kurgan of The Worm King"; + const char title_text[] = "Ydnar's Barrow"; DrawText(title_text, (fscreen_dims.x/2.0f) - (MeasureText(title_text, title_font_size)/2.0f), (fscreen_dims.y/4.0f) * 1.0f, title_font_size, BLACK);