Added a simple multiplayer test

This commit is contained in:
Juan Linietsky
2016-08-19 16:47:31 -03:00
parent dfa127411e
commit d9c91b93d9
26 changed files with 1628 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ func _input(event):
if(event.type == InputEvent.MOUSE_MOTION):
r_pos = event.relative_pos
if(impulse(event, "ui_cancel")):
if(state == STATE_GRAB):
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)