1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Change camera default rotation

This commit is contained in:
volzhs
2017-01-15 23:28:34 +09:00
parent c356ec5e8b
commit 0ecf7f7ca0
2 changed files with 4 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ private:
bool region_select;
Point2 region_begin,region_end;
Cursor() { x_rot=y_rot=0; distance=4; region_select=false; }
Cursor() { x_rot=y_rot=0.5; distance=4; region_select=false; }
} cursor;
RID move_gizmo_instance[3], rotate_gizmo_instance[3];