]> Untitled Git - frog-ninja.git/blobdiff - player/input/InputPacket.gd
Separated the Visual from the Model
[frog-ninja.git] / player / input / InputPacket.gd
index e3a354f4f14e93f9a1c431c815cf6cc2748e3d95..2d3e21c15ac8c6e64197eeb68c61b9a9a21dae45 100644 (file)
@@ -2,4 +2,5 @@ extends Node
 class_name InputPacket
 
 var movement_direction: Vector2 = Vector2.ZERO
 class_name InputPacket
 
 var movement_direction: Vector2 = Vector2.ZERO
+var camera_movement_direction: Vector3 = Vector3.ZERO
 var actions: Array[String] = []
 var actions: Array[String] = []