]> git.mcshandy.xyz Git - barrow_crawler/commitdiff
Change title again. master
authorRandy McShandy <randy@mcshandy.xyz>
Mon, 11 Aug 2025 21:22:03 +0000 (16:22 -0500)
committerRandy McShandy <randy@mcshandy.xyz>
Mon, 11 Aug 2025 21:22:03 +0000 (16:22 -0500)
build_win.sh
src/render_raylib.c

index bd25e598b6496e409d6e3890e1c2a2237672be9b..9545fa9b92c0d073a3d074443aa70ce22800f71f 100755 (executable)
@@ -30,4 +30,4 @@ cp CHANGELOG.TXT                                      $OUTDIR/
 
 # package things up
 zip -r zipfile $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
index fac7a55506508f2a0a462d81febd46d316be7a9c..4a76e44acf95722281bd45b8c08b5e38887389b9 100644 (file)
@@ -160,7 +160,7 @@ void drawing_main_menu_mode()
   ClearBackground(LIGHTGRAY);
 
   const size_t title_font_size = 64;
   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);
 
        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);