Skip to content

Commit

Permalink
Versioning!
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMCoded committed Aug 8, 2022
1 parent be5fb77 commit 6e311f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objects/obj_menusystem_PC/Draw_64.gml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for(var i=0; i < menuRange+1; i++) {
draw_text_color(x, y, daopt, c_white, c_white, c_white, c_white, 1)


draw_text(16, 16, "ProgressGML95 - Recreation created by stuartt_mcoded. Original game created by icoeye.\nBuild Date: " + date_date_string(GM_build_date) + " " + date_time_string(GM_build_date))
draw_text(16, 16, "ProgressGML95 - Recreation created by stuartt_mcoded. Original game created by icoeye.\n" + "Version " + version + " - Build Date: " + date_date_string(GM_build_date) + " " + date_time_string(GM_build_date))

draw_set_halign(fa_center)
draw_text(room_width/2, 640, "Game install location: " + global.installLocation + "\n\n[DEL] Reset location")
Expand Down
2 changes: 2 additions & 0 deletions rooms/init/RoomCreationCode.gml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ global.font[1] = font_add(global.installLocation + "\\Fonts\\progresspixel.ttf",

#endregion

window_set_caption("ProgressGML95 [" + version + "]")

room_goto_next()
2 changes: 1 addition & 1 deletion scripts/macros/macros.gml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#macro DEBUG debug_mode
#macro version "dev.0.0.1"
#macro version "pre-alpha-10"

0 comments on commit 6e311f0

Please sign in to comment.