name: "Y Minus First Floor"
panels {
name: "RHINO"
path: "Panels/panel_2"
clue: "rhino"
answer: "horn"
symbols: BOXES
}
panels {
name: "HORN"
path: "Panels/panel_3"
clue: "horn"
answer: "rhino"
symbols: BOXES
}
paintings {
name: "GALLERY"
path: "Components/Paintings/unless3"
orientation: "south"
display_name: "3 Side First Floor Near Panels Painting"
}
paintings {
name: "SMILE"
path: "Components/Paintings/smile"
orientation: "east"
display_name: "3 Side First Floor Other Painting"
}
ss='main'>index : cartcollect
blob: 854a980c987d63b0b7ef74b5fdeb9951c3d2032d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
// GameModeSelectionDelegate.h
// Cartographic
//
// Created by Starla Insigna on 8/23/11.
// Copyright 2011 Four Island. All rights reserved.
//
#import <Foundation/Foundation.h>
@class GameModeSelection;
@protocol GameModeSelectionDelegate <NSObject>
- (void)didSelectGameMode:(GameModeSelection*)gameMode;
@end
|