X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/b342a38312eb9ee325e8d624fa28286a1b4cf1e4..3aebb768a5eef14badd98369da99ee151d2a060b:/player/InputPacket.gd diff --git a/player/InputPacket.gd b/player/InputPacket.gd index 0599e1d..e3a354f 100644 --- a/player/InputPacket.gd +++ b/player/InputPacket.gd @@ -2,3 +2,4 @@ extends Node class_name InputPacket var movement_direction: Vector2 = Vector2.ZERO +var actions: Array[String] = []