]> Untitled Git - frog-ninja.git/blobdiff - player/InputPacket.gd
Added Model to round out MVC implementation
[frog-ninja.git] / player / InputPacket.gd
index 0599e1d840a3326c80dfd0988ad46e37ad677aa6..e3a354f4f14e93f9a1c431c815cf6cc2748e3d95 100644 (file)
@@ -2,3 +2,4 @@ extends Node
 class_name InputPacket
 
 var movement_direction: Vector2 = Vector2.ZERO
 class_name InputPacket
 
 var movement_direction: Vector2 = Vector2.ZERO
+var actions: Array[String] = []