gd: added input addon
This commit is contained in:
@ -8,6 +8,8 @@ public partial class Mouse : Node3D
|
||||
[Export(PropertyHint.Range, "0,0.1,0.001,or_greater")]
|
||||
public float Sensitivity { get; set; } = 0.004f;
|
||||
|
||||
|
||||
|
||||
private Node3D _head;
|
||||
private Camera3D _camera;
|
||||
|
||||
|
Reference in New Issue
Block a user