Skip to content

Map, Title Screen and Animation Update

Compare
Choose a tag to compare
@Wabtey Wabtey released this 01 Sep 17:33
· 28 commits to main since this release
394006b

v0.3.9 Full Commits History Demo

Preview

Title Banner

2023-09-01_01-53-14.mp4

The Title screen (you can zoom) and the music doesn't quite work in the web demo.

Added

  • Castle Theme Music

Removed

  • Location States to focus on only one location state: PlayerLocation

Changed

  • Player Movement
    • random idle
    • top/bot walk anim
    • spritesheet handle
  • Menu
    • Art Anim (randomness)
      • smoke
      • lights
      • clouds
    • Scaling
    • Language
  • Map
    • Z refactor
    • Map updated to v4.0.0
      • Map design
        • new Hall
          • new lights
        • new secret room
          • flower panel
        • new Temple
          • new floor
          • new throne
          • new stairs
          • new column
          • new props
          • new statues
          • new plants
          • new lights
          • replace curtains by banners
      • Collider generated by sprite
        • TODO: create more accurate sprite
      • Locations Sensor to detect a location change
      • add Balcony Cover
    • Sprite are now 1pixel scale
      The camera has been adpated to this size

Fixed