Fix typo in drowned player tile

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-27 04:03:15 -06:00
parent 78bb1f2dc1
commit 684021f93d

View File

@ -343,7 +343,7 @@ export const CC2_TILESET_LAYOUT = {
west: [[6, 24], [7, 24]],
},
bogus_player_drowned: {
overlay: [3, 3], // splash
overlay: [5, 5], // splash
base: 'water',
},
bogus_player_burned_fire: {