mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
rename the voxel cost settings
This commit is contained in:
parent
39e6d7d31b
commit
5fd7a11c6b
1 changed files with 3 additions and 3 deletions
|
@ -27,15 +27,15 @@
|
|||
"placeholder": "00000000-0000-0000-0000-000000000000",
|
||||
"default": ""
|
||||
},
|
||||
"per-voxel-cost": {
|
||||
"per-voxel-credits": {
|
||||
"label": "Per Voxel Cost",
|
||||
"help": "Credit cost to change each voxel",
|
||||
"placeholder": "0.0",
|
||||
"default": "0.0",
|
||||
"input_addon": "₵"
|
||||
},
|
||||
"volume-cost": {
|
||||
"label": "Volume Cost",
|
||||
"per-meter-cubed-credits": {
|
||||
"label": "Per Meter Cubed Cost",
|
||||
"help": "Credit cost to change each cubed meter of voxel space",
|
||||
"placeholder": "0.0",
|
||||
"default": "0.0",
|
||||
|
|
Loading…
Reference in a new issue