mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 13:33:26 +02:00
7991 Change Instances of Edit Mode to Create Mode
This commit is contained in:
parent
068b93fc30
commit
da06b2656f
5 changed files with 2 additions and 2 deletions
interface/resources/html/img
scripts/system
Binary file not shown.
Before ![]() (image error) Size: 604 KiB After ![]() (image error) Size: 298 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 503 KiB After ![]() (image error) Size: 215 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 585 KiB After ![]() (image error) Size: 289 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 547 KiB After ![]() (image error) Size: 254 KiB ![]() ![]() |
|
@ -112,8 +112,8 @@ var DEFAULT_LIGHT_DIMENSIONS = Vec3.multiply(20, DEFAULT_DIMENSIONS);
|
|||
|
||||
var MENU_AUTO_FOCUS_ON_SELECT = "Auto Focus on Select";
|
||||
var MENU_EASE_ON_FOCUS = "Ease Orientation on Focus";
|
||||
var MENU_SHOW_LIGHTS_AND_PARTICLES_IN_EDIT_MODE = "Show Lights and Particle Systems in Edit Mode";
|
||||
var MENU_SHOW_ZONES_IN_EDIT_MODE = "Show Zones in Edit Mode";
|
||||
var MENU_SHOW_LIGHTS_AND_PARTICLES_IN_EDIT_MODE = "Show Lights and Particle Systems in Create Mode";
|
||||
var MENU_SHOW_ZONES_IN_EDIT_MODE = "Show Zones in Create Mode";
|
||||
|
||||
var SETTING_AUTO_FOCUS_ON_SELECT = "autoFocusOnSelect";
|
||||
var SETTING_EASE_ON_FOCUS = "cameraEaseOnFocus";
|
||||
|
|
Loading…
Reference in a new issue