aboutsummaryrefslogtreecommitdiff
path: root/aocharmovie.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-12-15 11:02:12 -0600
committerGitHub <noreply@github.com>2018-12-15 11:02:12 -0600
commitde6877409714417c8fb29d66d1ae1ef098b82644 (patch)
treedb79ef284b2223daa1bee48056a96a81310945bf /aocharmovie.h
parent3ef743da7b8071e0dc4b1189cbe131f65f11b5de (diff)
parent6d1ea9d81fc02fbc481d93af549003db954aa1f7 (diff)
Merge pull request #33 from AttorneyOnline/mega-merge
AOV/Case Cafe feature parity
Diffstat (limited to 'aocharmovie.h')
-rw-r--r--aocharmovie.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/aocharmovie.h b/aocharmovie.h
index b26bada5..7ef7da3f 100644
--- a/aocharmovie.h
+++ b/aocharmovie.h
@@ -25,6 +25,8 @@ public:
void stop();
+ void move(int ax, int ay);
+
void combo_resize(int w, int h);
private:
@@ -36,6 +38,10 @@ private:
const int time_mod = 62;
+ // These are the X and Y values before they are fixed based on the sprite's width.
+ int x = 0;
+ int y = 0;
+
bool m_flipped = false;
bool play_once = true;