Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ///A simple block of code that checks for the objMaskMenu and then draws a combo counter on the top left of the screen.
- if instance_exists(objMaskMenu) {
- // Do nothing (implicitly does nothing)
- } else {
- draw_set_color(c_fuchsia);
- draw_set_font(fntAnswers);
- draw_text(32, 32, string(global.combo) + "x");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement