]> Untitled Git - frog-ninja.git/blob - player/input/InputPacket.gd
Separated the Visual from the Model
[frog-ninja.git] / player / input / InputPacket.gd
1 extends Node
2 class_name InputPacket
3
4 var movement_direction: Vector2 = Vector2.ZERO
5 var camera_movement_direction: Vector3 = Vector3.ZERO
6 var actions: Array[String] = []