Add joints test to 2D/3D physics tests

This commit is contained in:
PouleyKetchoupp
2020-12-19 10:27:44 -07:00
parent 651ef54920
commit 7a437d1d23
17 changed files with 499 additions and 51 deletions

View File

@@ -14,7 +14,7 @@ func _ready():
func _unhandled_input(event):
var mouse_button_event = event as InputEventMouseButton
if mouse_button_event:
if mouse_button_event.button_index == BUTTON_LEFT:
if mouse_button_event.button_index == BUTTON_RIGHT:
_rotation_enabled = mouse_button_event.pressed
return