Fix mouse look

master
Marc Gilleron 2018-09-20 20:44:32 +01:00
parent 8883ad6bcc
commit 6ee6f222b1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func _input(event):
elif event.scancode == KEY_I:
var pos = get_translation()
var fw = get_forward()
var fw = -transform.basis.z
print("Position: ", pos, ", Forward: ", fw)