about summary refs log tree commit diff stats
path: root/data/maps/the_unyielding/rooms/Daisy Alcove.txtpb
blob: c974cbe098fde4fa41bb3a04e0599305d4e6ae57 (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Daisy Alcove"
panels {
  name: "CYANIDES"
  path: "Panels/Door Openers/yellow_ne"
  clue: "cyanides"
  answer: "daisy"
  symbols: SPARKLES
  symbols: ANAGRAM
}
n> UIAlertViewDelegate> { CCLayer* theLayer; UIView* movingLayer; UILabel* scoreField; UITextField* textField; UISwitch* submitSwitch; UIActivityIndicatorView* activityIndicator; UIButton* backButton; int score; } + (GameOverScene*)sceneWithScore:(int)score; - (id)initWithScore:(int)score; - (void)newgame; - (void)submitScore; - (void)exit; @end