← Return to game
Log in with itch.io to leave a comment.
Fun game! I like the art style and the ammo mechanic is funny! A tip for if you want the timer to not flash is to use the pad_decimals() function. Code: label_name.text = str(time).pad_decimals(2). Hopefully this helps, happy holidays!
Thanks for the suggestion and happy holidays!
← Return to game
Comments
Log in with itch.io to leave a comment.
Fun game! I like the art style and the ammo mechanic is funny! A tip for if you want the timer to not flash is to use the pad_decimals() function. Code: label_name.text = str(time).pad_decimals(2). Hopefully this helps, happy holidays!
Thanks for the suggestion and happy holidays!