about summary refs log tree commit diff stats
path: root/data/maps/the_unyielding/rooms/Star Rooms.txtpb
blob: 40a72479ffae1f16230bb3bdf34cefc840b75012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "Star Rooms"
panels {
  name: "TURN"
  path: "Panels/Behind Areas/turned_1"
  clue: "turn"
  answer: "turned"
  symbols: SPARKLES
}
panels {
  name: "BACK"
  path: "Panels/Door Openers/black_nw"
  clue: "back"
  answer: "black"
  symbols: SPARKLES
}
panels {
  name: "CYANIDE"
  path: "Panels/Door Openers/cyan_nw2"
  clue: "cyanide"
  answer: "cyan"
  symbols: SPARKLES
}
s="p">{ public: TrackerPanel(wxWindow *parent); void UpdateIndicators(); private: struct AreaIndicator { int area_id = -1; AreaPopup *popup = nullptr; int real_x1 = 0; int real_y1 = 0; int real_x2 = 0; int real_y2 = 0; bool active = true; }; void OnPaint(wxPaintEvent &event); void OnMouseMove(wxMouseEvent &event); void Redraw(); wxImage map_image_; wxImage player_image_; wxBitmap rendered_; wxBitmap scaled_player_; int offset_x_ = 0; int offset_y_ = 0; double scale_x_ = 0; double scale_y_ = 0; std::vector<AreaIndicator> areas_; }; #endif /* end of include guard: TRACKER_PANEL_H_D675A54D */