Browse Source

Add assets

I didn't want to do this in case I was going to re-use this code for
another presentation, but I think it'll be better to start a separate
repository for that instead.
master
Macoy Madson 1 year ago
parent
commit
e122da0428
  1. BIN
      assets/Ground.bmp
  2. BIN
      assets/boar.bmp
  3. BIN
      assets/explosion.bmp
  4. BIN
      assets/fireball.bmp
  5. BIN
      assets/iceExplosion.bmp
  6. BIN
      assets/rocks.bmp
  7. BIN
      assets/smokeExplosion.bmp
  8. BIN
      assets/wizard.bmp
  9. 1
      src/Presentation.cake

BIN
assets/Ground.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
assets/boar.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 MiB

BIN
assets/explosion.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
assets/fireball.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
assets/iceExplosion.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
assets/rocks.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
assets/smokeExplosion.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

BIN
assets/wizard.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

1
src/Presentation.cake

@ -89,7 +89,6 @@
;; Game
;;
;; TODO: Decide how to version control these
(bundle-file s-start-wizard-spritesheet s-end-wizard-spritesheet
(unsigned char) "assets/wizard.bmp")

Loading…
Cancel
Save