mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[PR] [Feature] 652 Allow override range measurement settings (#1030)
* Look for rangeMeasurementSettingsOverride on the scene to switch off DH global range measurement settings. * Part progress on adding config tab to scene config * Hard coded template; no value applied/saved * Flag fix * Use the flags setting * Clean up * Remove import * Better initialisation of PARTS and TABS * Fix localisation --------- Co-authored-by: Chris Ryan <chrisr@blackhole> Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
7a6bbe3488
commit
60b55619e1
10 changed files with 82 additions and 15 deletions
11
lang/en.json
11
lang/en.json
|
|
@ -26,6 +26,14 @@
|
|||
"CONTROLS": {
|
||||
"inFront": "In Front"
|
||||
},
|
||||
"SCENE": {
|
||||
"TABS": {
|
||||
"SHEET": {
|
||||
"dh": "Daggerheart"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"DAGGERHEART": {
|
||||
"ACTIONS": {
|
||||
"TYPES": {
|
||||
|
|
@ -2283,6 +2291,9 @@
|
|||
"ResetSettings": {
|
||||
"resetConfirmationTitle": "Reset Settings",
|
||||
"resetConfirmationText": "Are you sure you want to reset the {settings}?"
|
||||
},
|
||||
"Scene": {
|
||||
"rangeMeasurementOverride": "Override Global Range Measurement Settings"
|
||||
}
|
||||
},
|
||||
"UI": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue