aboutsummaryrefslogtreecommitdiff
path: root/Artist.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 13:02:38 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 13:02:38 +0200
commit8cf389aaf748c77aecda0b3a3773c45053b0f231 (patch)
tree91268879710d6ae2868e548d3f44c664a19443d8 /Artist.h
parentda669db4f083194bc78358041c5d9929e103ac9f (diff)
implement all ALGA features
Diffstat (limited to 'Artist.h')
-rw-r--r--Artist.h3
1 files changed, 2 insertions, 1 deletions
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: