[Add] Added a time accel of 10000x.. Because ya'know.. Space is big.
This commit is contained in:
parent
a96eb78d34
commit
3beac715c7
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
BIN
icons/timeaccel5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 617 B |
BIN
icons/timeaccel5_on.png
Normal file
BIN
icons/timeaccel5_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 461 B |
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user