godot/core/config
Hugo Locurcio 660952a857
Use an enum to represent screen orientation in the Project Settings
- Tweak the setting property hint to be more informative.
- Make the setting a "basic" setting so it appears when Advanced Settings
  is disabled.
- Remove redundant orientation setting in the iOS export preset.
  The project setting is now used (like on Android).

Projects upgrading from a previous version will have to set the
screen orientation again in the Project Settings if it wasn't set
to the default value ("landscape").
2021-05-24 18:53:10 +02:00
..
engine.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
engine.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
project_settings.cpp Use an enum to represent screen orientation in the Project Settings 2021-05-24 18:53:10 +02:00
project_settings.h Added ability to override built-in actions for the editor 2021-02-18 16:22:50 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00