aboutsummaryrefslogtreecommitdiff
path: root/client/multiplayer.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-27 19:10:13 +0200
committernokoe <nokoe@mailbox.org>2024-06-27 19:10:13 +0200
commitf483c8bd3a7c8beb806d140629d0b36c359bb24b (patch)
tree9e51c174556130b8c7757ae74b33df5fd8766c0c /client/multiplayer.gd
parent2e044d142897038b18ff95fa6087064fc4ff3d89 (diff)
downloadhurrycurry-f483c8bd3a7c8beb806d140629d0b36c359bb24b.tar
hurrycurry-f483c8bd3a7c8beb806d140629d0b36c359bb24b.tar.bz2
hurrycurry-f483c8bd3a7c8beb806d140629d0b36c359bb24b.tar.zst
overlay
Diffstat (limited to 'client/multiplayer.gd')
-rw-r--r--client/multiplayer.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/multiplayer.gd b/client/multiplayer.gd
index eb85898c..00bf193b 100644
--- a/client/multiplayer.gd
+++ b/client/multiplayer.gd
@@ -175,6 +175,7 @@ func handle_packet(bytes: PackedByteArray):
"score":
var demands_failed: int = decoded["demands_failed"]
var demands_completed: int = decoded["demands_completed"]
+ emit_signal("score", demands_failed, demands_completed)
_:
push_error("Unrecognized packet type: %s" % packet_type)