From 8cf389aaf748c77aecda0b3a3773c45053b0f231 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 13:02:38 +0200 Subject: implement all ALGA features --- Artist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Artist.h') diff --git a/Artist.h b/Artist.h index 81ae7b0..91e8caf 100644 --- a/Artist.h +++ b/Artist.h @@ -10,11 +10,12 @@ public: Artist(Museum &, ArtistData data); public: - void update(); + void update(bool tick = true); private: void update_movement(); void update_edge_collision(); + void update_path_collision(); void update_color(); public: -- cgit v1.2.3