diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-06-17 20:02:46 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-06-17 20:02:46 +0200 |
commit | 4a542e0007b6288ca328eafe5819e58b92bbad15 (patch) | |
tree | 9c4e89584853b9492c5027305a681dba6c60f453 /editor/icons | |
parent | d341181f30b4f2e154748911f5d8a59b43aa6e62 (diff) |
Restore previous mouse position when leaving the editor freelook mode
- Remove the crosshair as it no longer serves a purpose (the cursor will
now appear where the user "expects" it to).
This closes https://github.com/godotengine/godot-proposals/issues/1076.
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Crosshair.svg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/icons/Crosshair.svg b/editor/icons/Crosshair.svg deleted file mode 100644 index b6fa5ec654..0000000000 --- a/editor/icons/Crosshair.svg +++ /dev/null @@ -1 +0,0 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m6 1v5h-5v1 3h5v5h4v-5h5v-4h-5v-5z" fill-opacity=".627451"/><path d="m2 7v2l5.0000803.0000197-.0000803 4.9999803h2l-.0000803-4.9999803 5.0000803-.0000197v-2l-5.0000803.0001803.0000803-5.0001803h-2l.0000803 5.0001803z" fill="#fefefe" fill-opacity=".862745"/></svg>
\ No newline at end of file |