Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
+12
-1
@@ -26,6 +26,14 @@ std::vector<Button> &games::popn::get_buttons() {
|
||||
return buttons;
|
||||
}
|
||||
|
||||
std::string games::popn::get_buttons_help() {
|
||||
// keep to max 100 characters wide
|
||||
return
|
||||
" 2 4 6 8 \n"
|
||||
" 1 3 5 7 9 "
|
||||
;
|
||||
}
|
||||
|
||||
std::vector<Light> &games::popn::get_lights() {
|
||||
static std::vector<Light> lights;
|
||||
|
||||
@@ -86,7 +94,10 @@ std::vector<Light> &games::popn::get_lights() {
|
||||
"Left Lamp 1",
|
||||
"Left Lamp 2",
|
||||
"Right Lamp 1",
|
||||
"Right Lamp 2"
|
||||
"Right Lamp 2",
|
||||
"Woofer LED R",
|
||||
"Woofer LED G",
|
||||
"Woofer LED B"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user