Releases: moikheck/final-escape-the-dungeon
Releases · moikheck/final-escape-the-dungeon
0.3.1
v0.3.1
Updated How to play
0.2.0
Fixed some style guide issues
0.1.2
Switched weapon to bow for demonstration
0.1.1
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")