Skip to content

Commit

Permalink
chore(sprites): add bubbie anims
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 24, 2025
1 parent 0384a36 commit afed743
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/sprites/bubbie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scenes/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Animation, Music, Scene, Sound, Sprite } from '../constants'

scene(Scene.Preload, () => {
const spritesheets = [
[Sprite.Bubbie, 'sprites/bubbie.png'],
[Sprite.Shellie, 'sprites/shellie.png'],
[Sprite.Spiny, 'sprites/spiny.png'],
]
Expand Down Expand Up @@ -35,7 +36,6 @@ scene(Scene.Preload, () => {

const sprites = [
[Sprite.Bean, 'sprites/bean.png'],
[Sprite.Bubbie, 'sprites/bubbie.png'],
[Sprite.Gooba, 'sprites/gooba.png'],
[Sprite.Projectile, 'sprites/projectile.png'],
]
Expand Down

0 comments on commit afed743

Please sign in to comment.