Skip to content

Commit

Permalink
Update the changelog and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
food-please committed Apr 30, 2024
1 parent 2f9bc98 commit 004c0f2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.3.0 Combat Demo ⚔️

### New

The demo scene has been reworked to include combat.

The demo introduces:
- A Main scene separated into two main gameplay objects, the Field and Combat.
- 1 additional template Cutscene:
- Combat Trigger, that runs when colliding with the player. This is designed to be used with roaming encounters that may pounce on the player in the field. Winning removes the encounter from the Field, whereas losing will lead to a game-over.
- An example combat that is run from a conversation. Winning or losing leads to different dialogue options.
- Combat-related music.
- Smooth transitions to and from combat.

### Changes
- Added a handful of combat events that allow objects to hook into changes in a given combat.
- Refactored ScreenTransition into an autoload, since only one should ever be active at a given moment anyways.
- Updated Dialogic 2 to the most recent build. ***Note that input has been modified to respond to the input events being released, rather than pressed.***
- Miscellaneous fixes to the demo.

## v0.2.0 Cutscene Demo 💬

### New
Expand Down
10 changes: 10 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Author: Kenney
URL: https://kenney.nl/assets/emotes-pack (accessed 2023-06-02)
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)

Fun Run, The
Author: Zane Little Music
URL: https://opengameart.org/content/the-fun-run-day-3 (accessed 2024-04-30)
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)

Impact Sounds
Author: Kenney
URL: https://kenney.nl/assets/impact-sounds (accessed 2023-12-20)
Expand All @@ -30,6 +35,11 @@ Author: Kenney
URL: https://kenney.nl/assets/rpg-audio (accessed 2023-12-20)
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)

Squashin' Bugs
Author: Zane Little Music
URL: https://opengameart.org/content/squashin-bugs-day-15 (accessed 2023-06-06)
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)

Tiny Series (Tiny Town & Tiny Dungeon)
Author: Kenney
URL: https://kenney.nl/assets/tiny-town & https://kenney.nl/assets/tiny-dungeon (accessed 2023-02-22)
Expand Down

0 comments on commit 004c0f2

Please sign in to comment.