mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:23:00 +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",
|
"placeholder": "00000000-0000-0000-0000-000000000000",
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"per-voxel-cost": {
|
"per-voxel-credits": {
|
||||||
"label": "Per Voxel Cost",
|
"label": "Per Voxel Cost",
|
||||||
"help": "Credit cost to change each voxel",
|
"help": "Credit cost to change each voxel",
|
||||||
"placeholder": "0.0",
|
"placeholder": "0.0",
|
||||||
"default": "0.0",
|
"default": "0.0",
|
||||||
"input_addon": "₵"
|
"input_addon": "₵"
|
||||||
},
|
},
|
||||||
"volume-cost": {
|
"per-meter-cubed-credits": {
|
||||||
"label": "Volume Cost",
|
"label": "Per Meter Cubed Cost",
|
||||||
"help": "Credit cost to change each cubed meter of voxel space",
|
"help": "Credit cost to change each cubed meter of voxel space",
|
||||||
"placeholder": "0.0",
|
"placeholder": "0.0",
|
||||||
"default": "0.0",
|
"default": "0.0",
|
||||||
|
|
Loading…
Reference in a new issue