Advertisement
JoshDreamland

LD22 Definitions

Dec 18th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. int votes_gathered = 0;
  2. const char* pissed_messages[] = {
  3.   "What.", "You're shitting me.", "Oh God no", "FUUUUUUU", "COME ON", "WHO VOTED FOR THAT",
  4.   "OH, NOT THIS SHIT", "I'm out.", "Fuck, I'm out", "Oh fuck this", "Yeah, bye.", "HAHA, CYA",
  5.   "What a stupid...", "Is this a joke?", "Call me if the theme changes" };
  6. #define pissed_message_count 15
  7. #define FONT_WIDTH2 320
  8. #define FONT_HEIGHT2 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement