gdquest-demos / godot-procedural-generation

Procedural generation algorithms and demos for the Godot game engine
Other
1.5k stars 82 forks source link

feat: merge tlobig-godot4updat to complete v4 port #12

Closed razcore-rad closed 1 year ago

razcore-rad commented 1 year ago

Work on top of #11 to complete merge.

NathanLovato commented 1 year ago

Is this ready to test and merge?

razcore-rad commented 1 year ago

Yes, like I mentioned on Discord, there's just one FIXME comment I left with the RigidBody MSTDungeon scene where I don't understand why the scene exits before it finishes, it does't give any error or anything, it just exists suddenly.

I tried debugging with some print statements and I noticed that having print() in one of the functions makes it finish properly, but I can't make heads or tails of it.

tlobig commented 1 year ago

ty guys <3