diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-22 23:30:31 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-22 23:30:31 +0200 |
| commit | d135bbc51144667fb3ee323a7635e3dbfc3f41a8 (patch) | |
| tree | 9007aa8a989ea6ba90f011ae9632134f478cfc63 /src/aoapplication.h | |
| parent | 52fc8d359426e068d9057a80fd456eda70c00683 (diff) | |
Fixed emote synchronization, ...
* Fixed emote synchronization
* Still requires identical frame count. Will still cause freeze as it syncs.
* Fixed frame effects not working on idle and talk emotes.
* Characters are now repositioned after background sliding is over.
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index 6d2b55a3..1f2b1ed0 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -120,6 +120,7 @@ public: VPath get_evidence_path(QString p_file); QVector<VPath> get_asset_paths(QString p_element, QString p_theme = QString(), QString p_subtheme = QString(), QString p_default_theme = QString(), QString p_misc = QString(), QString p_character = QString(), QString p_placeholder = QString()); QString get_asset_path(QVector<VPath> pathlist); + QString get_image_path(QVector<VPath> pathlist, int &index, bool static_image = false); QString get_image_path(QVector<VPath> pathlist, bool static_image = false); QString get_sfx_path(QVector<VPath> pathlist); QString get_config_value(QString p_identifier, QString p_config, QString p_theme = QString(), QString p_subtheme = QString(), QString p_default_theme = QString(), QString p_misc = QString()); |
