Codename-Recon / Gridlock

Codename: Recon - Turn-based strategy game
GNU General Public License v3.0
8 stars 5 forks source link

Initial Project Import Fails: Script Errors & Missing Tilesets #152

Open HunterNN opened 3 weeks ago

HunterNN commented 3 weeks ago

Describe the bug When downloading the project for the first time and running it with Godot, an error message appears stating that the Markdown Label addon has a script error.

After importing the project, running the game leads to the tiles.res file losing its tile set image. This causes a crash with an error message.

To Reproduce Steps to reproduce the behavior:

  1. Download the project.
  2. Open the project in Godot.
  3. Attempt to run the game.

Expected behavior The game should run without errors and display the tile set images correctly.

Workaround: Open the project in Godot (just open it, don't start the game) – you'll get an error. Close Godot. Reopen it and then run the game.

Desktop (please complete the following information):

HunterNN commented 3 weeks ago

Possible godot issue: https://github.com/godotengine/godot/issues/94546