summaryrefslogtreecommitdiff
path: root/src/event.gd
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-06-04 23:00:58 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-06-04 23:00:58 -0600
commit36abc689d783774ce4f2d7b5a1bb621d8684be45 (patch)
treea3dbed6069fbd8d9a588c7510ce581af3e847af0 /src/event.gd
parent9a2bcf02c2623c8f3e8f5e74e70b3c0333790484 (diff)
added more ui for after gameplay, generalized basic food
Diffstat (limited to 'src/event.gd')
-rw-r--r--src/event.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.gd b/src/event.gd
index fb79a30..cc15684 100644
--- a/src/event.gd
+++ b/src/event.gd
@@ -22,3 +22,5 @@ signal world_gen_walker_started(id)
signal world_gen_walker_finished(id)
signal world_gen_walker_died(id)
signal world_gen_spawn_walker_unit(location)
+
+signal display_stats(old_stats, new_stats, mut_stats) \ No newline at end of file