mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Renaming rendering/2d project settings.
The rendering/quality/2d section of project settings is becoming considerably expanded in 3.2.4, and arguably was not the correct place for settings that were not really to do with quality. 3.2.4 is the last sensible opportunity we will have to move these settings, as the only existing one likely to break compatibility in a small way is `pixel_snap`, and given that the whole snapping area is being overhauled we can draw attention to the fact it has changed in the release notes. Class reference is also updated and slightly improved. `pixel_snap` is renamed to `gpu_pixel_snap` in the project settings and code to help differentiate from CPU side transform snapping.
This commit is contained in:
parent
6b4abc6e17
commit
b1e24597e7
10 changed files with 45 additions and 44 deletions
|
@ -227,7 +227,7 @@ Engine::Engine() {
|
|||
_fps = 1;
|
||||
_target_fps = 0;
|
||||
_time_scale = 1.0;
|
||||
_pixel_snap = false;
|
||||
_gpu_pixel_snap = false;
|
||||
_snap_2d_transforms = false;
|
||||
_physics_frames = 0;
|
||||
_idle_frames = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue