Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for this, it's my first game and first time publishing to itch. I think I might have messed up the export some how.

It's good for a first game! You should be proud!

As for the bugs, try looking to see if you hard coded the resolution on one of the components in game. Also an easy fix for the restart button: call `get_tree().change_scene_to_file` and pass in the main file. It should reset everything.

(1 edit)

It's abit more complex than that, I'm doing that but I never built safe guards in so it's trying to do stuff such as looking for player as the frame needs to finish before restarting, but the player. But sometimes the player has already finished its frame and has been cleared ready for the change_scene. Whilst the rest is dependant on player, but now player is gone etc... It's fixable just means refactoring most my scripts lol

Makes sense! Good luck