Fixed sprite lookups

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-13 18:56:43 +01:00
parent bf8d9d7eb1
commit 827d858f0f
10 changed files with 51 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ void main() {
const MaterialApp(
home: WolfRenderer(
showSpriteGallery: false,
isDemo: true,
isDemo: false,
),
),
);