X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/3701448ba7e2410adf79dd4a326c0d47a9cc8240..2e697142bf5e1b94429281572bdc1cbf5868d5ce:/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] = []