X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/3701448ba7e2410adf79dd4a326c0d47a9cc8240..715f2ba5689e0474928af72a3f2d7493ef431963:/player/input/InputPacket.gd diff --git a/player/input/InputPacket.gd b/player/input/InputPacket.gd index e3a354f..2d3e21c 100644 --- a/player/input/InputPacket.gd +++ b/player/input/InputPacket.gd @@ -2,4 +2,5 @@ extends Node class_name InputPacket var movement_direction: Vector2 = Vector2.ZERO +var camera_movement_direction: Vector3 = Vector3.ZERO var actions: Array[String] = []