Skip to content

Commit

Permalink
Lives indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMCoded committed Feb 26, 2022
1 parent f4a27a2 commit 7dc0ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion objects/obj_bar/Draw_64.gml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ if DEBUG {
}

draw_set_halign(fa_center)
draw_text(room_width/2, 32, "Level " + string(global.level))
draw_text(room_width/2, 32, "Level " + string(global.level))

draw_sprite_part(global.sprite[1], 0, 6, 416, 98, 52, 1152, 32)
draw_text_color(1220, 60, "1", c_red, c_red, c_red, c_red, 1)
5 changes: 2 additions & 3 deletions rooms/rm_os_pc/rm_os_pc.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dc0ccb

Please sign in to comment.