[Add] Added a time accel of 10000x.. Because ya'know.. Space is big.

This commit is contained in:
Rtch90 2017-12-24 17:28:16 +00:00
parent a96eb78d34
commit 3beac715c7
5 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 257 B

BIN
icons/timeaccel5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

BIN
icons/timeaccel5_on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

View File

@ -40,6 +40,11 @@ ShipCpanel::ShipCpanel(void) : Gui::Fixed(640, 64) {
b->SetShortcut(SDLK_F4, KMOD_LSHIFT);
Add(b, 88, 26);
b = new Gui::ImageRadioButton(g, "icons/timeaccel5.png", "icons/timeaccel5_on.png");
b->onSelect.connect(sigc::bind(sigc::mem_fun(this, &ShipCpanel::OnClickTimeaccel), 10000.0));
b->SetShortcut(SDLK_F5, KMOD_LSHIFT);
Add(b, 110, 26);
g = new Gui::RadioGroup();
Gui::MultiStateImageButton* cam_button = new Gui::MultiStateImageButton();
g->Add(cam_button);