akien-mga / dynadungeons

Bomberman clone using Godot Engine - Not actively developed since 2015.
GNU General Public License v3.0
216 stars 36 forks source link

Godot 3 Support #62

Closed notzoom closed 4 months ago

notzoom commented 6 years ago

Hello - I have seen in one of your commits that you made efforts to ensure Godot 3 compatibility but upon trying this, it does not work. An issue with the preload scenes. If you could look into making it compatible I would be really thankful since it's a nice little game !

akien-mga commented 6 years ago

I just made the .fnt files compatible with the Godot format, but everything else still requires Godot 2.

Porting to Godot 3 is not trivial, there's some badly designed code that needs to be rewritten completely as it depends on a feature which was removed from Godot 3.

I've done some porting work locally (mostly to test and improve the Godot 2 to 3 converter), but not finished yet.

akien-mga commented 4 months ago

I merged a Godot 3.x port back in 2021 with #63.