Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-26 20:53:06 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-26 20:53:06 +1100
commit0a1a82b18b86362263c8fa9ce8919c6d3b36d85c (patch)
tree888f0c8ae4ae87bfb8f5c5aaec669e8ebaf68482 /assets/opensb
parent3df5cb78da86912c30b6281f4eafeddd4ba56f32 (diff)
Head Rotation
(way too hardcoded, not ideal but it will do in the meantime as many have been asking for it)
Diffstat (limited to 'assets/opensb')
-rw-r--r--assets/opensb/interface/optionsmenu/optionsmenu.config.patch20
1 files changed, 19 insertions, 1 deletions
diff --git a/assets/opensb/interface/optionsmenu/optionsmenu.config.patch b/assets/opensb/interface/optionsmenu/optionsmenu.config.patch
index a169bef..4755b45 100644
--- a/assets/opensb/interface/optionsmenu/optionsmenu.config.patch
+++ b/assets/opensb/interface/optionsmenu/optionsmenu.config.patch
@@ -54,6 +54,24 @@
"instrumentSlider" : { "type" : "slider", "position" : [62, 158], "gridImage" : "/interface/optionsmenu/largeselection.png" },
"instrumentLabel" : { "type" : "label", "position" : [32, 158], "value" : "Tunes" },
- "instrumentValueLabel" : { "type" : "label", "position" : [192, 158], "hAnchor" : "mid", "value" : "Replace Me" }
+ "instrumentValueLabel" : { "type" : "label", "position" : [192, 158], "hAnchor" : "mid", "value" : "Replace Me" },
+
+ "headRotationLabel" : {
+ "type" : "label",
+ "position" : [25, 51],
+ "hAnchor" : "left",
+ "value" : "HEAD ROTATION"
+ },
+ "headRotationCheckbox" : {
+ "type" : "button",
+ "pressedOffset" : [0, 0],
+ "position" : [104, 51],
+ "base" : "/interface/optionsmenu/checkboxnocheck.png",
+ "hover" : "/interface/optionsmenu/checkboxnocheckhover.png",
+ "baseImageChecked" : "/interface/optionsmenu/checkboxcheck.png",
+ "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png",
+ "checkable" : true,
+ "checked" : true
+ }
}
} \ No newline at end of file