Implement/match Write functions in LegoAnim class (#1232)

* Implement/match `LegoAnim::Write`

* Implement remaining Write functions

* Bump total function count
This commit is contained in:
Christian Semmler
2024-12-15 10:15:10 -07:00
committed by GitHub
parent 2e7f2edbf1
commit 1b4142c6a9
3 changed files with 320 additions and 39 deletions

View File

@@ -139,7 +139,7 @@ jobs:
run: |
reccmp-reccmp -S CONFIGPROGRESS.SVG --svg-icon assets/config.png --target CONFIG | tee CONFIGPROGRESS.TXT
reccmp-reccmp -S ISLEPROGRESS.SVG --svg-icon assets/isle.png --target ISLE | tee ISLEPROGRESS.TXT
reccmp-reccmp -S LEGO1PROGRESS.SVG -T 4345 --svg-icon assets/lego1.png --target LEGO1 | tee LEGO1PROGRESS.TXT
reccmp-reccmp -S LEGO1PROGRESS.SVG -T 4352 --svg-icon assets/lego1.png --target LEGO1 | tee LEGO1PROGRESS.TXT
- name: Compare Accuracy With Current Master
shell: bash