Skip to content

Commit

Permalink
chore: tweak sprite for animation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Apr 2, 2024
1 parent 901d06e commit 972f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/data/levels/level00.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export const level00: Level = {
[sw(1), sw(1), sw(5), sw(1), sst(4), sw(2), tw(2), sw(2), sw(2), sw(2)]
],
objects: [],
sprites: [sbnt(4.5, 5.5, 11, 0.25, SpriteProperties.ALIGN_BOTTOM), sb(5.5, 5.5, 12, 1), sb(6.5, 5.5, 11, 0.25, SpriteProperties.ALIGN_BOTTOM | SpriteProperties.STATIC), sb(7.5, 5.5, 5, 0.25, SpriteProperties.ALIGN_TOP)],
sprites: [sbnt(4.5, 5.5, 11, 0.25, SpriteProperties.ALIGN_BOTTOM), sb(5.5, 5.5, 5, 1), sb(6.5, 5.5, 11, 0.25, SpriteProperties.ALIGN_BOTTOM | SpriteProperties.STATIC), sb(7.5, 5.5, 5, 0.25, SpriteProperties.ALIGN_TOP)],
enemies: []
};

0 comments on commit 972f344

Please sign in to comment.