From 9821fc74c12566fa03ce9bc0b145b089d5306de3 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 22 Aug 2022 15:00:10 +0200 Subject: [PATCH] fix sprite name --- src/game/maps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/maps.js b/src/game/maps.js index c3fa801..c09fea1 100644 --- a/src/game/maps.js +++ b/src/game/maps.js @@ -74,7 +74,7 @@ export const maps = { }, michael: { background: "level2", - sprite: "uriel", + sprite: "michael", next: "michael_heretic", size: { x: 11,