Change sprite of guards while strafing around them

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-13 19:27:44 +01:00
parent 01d8329969
commit 92f6e23b82
3 changed files with 71 additions and 2 deletions

View File

@@ -10,7 +10,10 @@ class SpriteGallery extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text("VSWAP Sprite Gallery")),
appBar: AppBar(
title: const Text("VSWAP Sprite Gallery"),
automaticallyImplyLeading: true,
),
backgroundColor: Colors.black,
body: GridView.builder(
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(