Skip to content

Commit 004c0f2

Browse files
committed
Update the changelog and credits
1 parent 2f9bc98 commit 004c0f2

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.3.0 Combat Demo ⚔️
4+
5+
### New
6+
7+
The demo scene has been reworked to include combat.
8+
9+
The demo introduces:
10+
- A Main scene separated into two main gameplay objects, the Field and Combat.
11+
- 1 additional template Cutscene:
12+
- 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.
13+
- An example combat that is run from a conversation. Winning or losing leads to different dialogue options.
14+
- Combat-related music.
15+
- Smooth transitions to and from combat.
16+
17+
### Changes
18+
- Added a handful of combat events that allow objects to hook into changes in a given combat.
19+
- Refactored ScreenTransition into an autoload, since only one should ever be active at a given moment anyways.
20+
- 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.***
21+
- Miscellaneous fixes to the demo.
22+
323
## v0.2.0 Cutscene Demo 💬
424

525
### New

CREDITS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Author: Kenney
1010
URL: https://kenney.nl/assets/emotes-pack (accessed 2023-06-02)
1111
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
1212

13+
Fun Run, The
14+
Author: Zane Little Music
15+
URL: https://opengameart.org/content/the-fun-run-day-3 (accessed 2024-04-30)
16+
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
17+
1318
Impact Sounds
1419
Author: Kenney
1520
URL: https://kenney.nl/assets/impact-sounds (accessed 2023-12-20)
@@ -30,6 +35,11 @@ Author: Kenney
3035
URL: https://kenney.nl/assets/rpg-audio (accessed 2023-12-20)
3136
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
3237

38+
Squashin' Bugs
39+
Author: Zane Little Music
40+
URL: https://opengameart.org/content/squashin-bugs-day-15 (accessed 2023-06-06)
41+
License: [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
42+
3343
Tiny Series (Tiny Town & Tiny Dungeon)
3444
Author: Kenney
3545
URL: https://kenney.nl/assets/tiny-town & https://kenney.nl/assets/tiny-dungeon (accessed 2023-02-22)

0 commit comments

Comments
 (0)