Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I like the art and the effects used (though I wish there were sounds or music too). I find it difficult to get used to aiming at the enemies correctly,  but still find it cool that you managed to fit a whole leveling system within your scope. 

By the way, for your future Godot games, use

get_tree().reload_current_scene()

to restart the game, triggered by a button or an input key or anything, that'll feel a lot nicer than refreshing the entire web page. I learned that from the "Your first 2D game" section in the official Godot docs.

Lol thanks. I literally through in the death screen in the last 30 minutes of the jam cuz I realized I didn't have time to implement a reset for the statmanager :sob: