Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
With much thanks to the Author, there is a way to make the quests 'sortable' in the UI, though its more through the backend by Quest ID more then it is by name. According to the author, open the file 003_Quest_UI.rb and look around line 97 for
if SORT_QUESTS
@quests.each do |s|
s.sort_by...