Skip to content

Releases: moikheck/final-escape-the-dungeon

0.3.1

09 Dec 17:30
Compare
Choose a tag to compare
v0.3.1

Updated How to play

0.3.0

09 Dec 01:37
Compare
Choose a tag to compare
v0.3.0

Updated README

0.2.0

23 Nov 16:59
Compare
Choose a tag to compare
Fixed some style guide issues

0.1.2

06 Nov 15:57
Compare
Choose a tag to compare
Switched weapon to bow for demonstration

0.1.1

04 Nov 00:30
Compare
Choose a tag to compare

For the "Particle effect" star: you'll have to change the player's weapon to a bow by changing
var primary_weapon := load("res://src/Shortsword.tscn")
to
var primary_weapon := load("res://src/Bow.tscn")

0.1.0

04 Nov 00:29
Compare
Choose a tag to compare
Updated README