diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-05 21:02:12 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-05 21:02:12 (GMT) |
| commit | d46a72aa3b158a55d85bf623dbcc9c6306233c67 (patch) | |
| tree | 909b20a2fffa5cd5611f754c4bf0616f9190c91c /src | |
| parent | 0f4bde939463fca4e3be1ea1cb75b151eeba6f18 (diff) | |
| download | powder-d46a72aa3b158a55d85bf623dbcc9c6306233c67.zip powder-d46a72aa3b158a55d85bf623dbcc9c6306233c67.tar.gz | |
Font glyphs for decorations and element search
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/GameView.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/SimulationData.cpp | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index e8ebfda..c9c293d 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -299,7 +299,7 @@ GameView::GameView(): v->c->OpenElementSearch(); } }; - ui::Button * tempButton = new ui::Button(ui::Point(XRES+BARSIZE-16, YRES+MENUSIZE-32), ui::Point(15, 15), ""); + ui::Button * tempButton = new ui::Button(ui::Point(XRES+BARSIZE-16, YRES+MENUSIZE-32), ui::Point(15, 15), "\xE5"); tempButton->Appearance.Margin = ui::Border(0, 2, 3, 2); tempButton->SetActionCallback(new ElementSearchAction(this)); AddComponent(tempButton); diff --git a/src/simulation/SimulationData.cpp b/src/simulation/SimulationData.cpp index 877474b..763ffa5 100644 --- a/src/simulation/SimulationData.cpp +++ b/src/simulation/SimulationData.cpp @@ -159,8 +159,7 @@ menu_section * LoadMenus(int & menuCount) {"\xCC", "Special", 0, 1}, {"\xD2", "Life", 0, 1}, {"\xD7", "Tools", 0, 1}, - {"\xD2", "More Life", 0, 1}, - {"\xC8", "Decoration tools", 0, 1}, + {"\xE4", "Decoration tools", 0, 1}, {"\xC8", "", 0, 0}, {"\xC8", "Cracker", 0, 0}, {"\xC8", "Cracker!", 0, 0}, |
