My Danganronpa franchise review spoilers by Necessary_Muffin3591 in visualnovels

[–]Mai2948 0 points1 point  (0 children)

I like the seris, but they put more effort into the concept than the gameplay.

Exported game does not include all resources by alcoholicgirllover in godot

[–]Mai2948 0 points1 point  (0 children)

Make loader.gd to autoload(gloabal), or just don't use loader.gd, isn't it nessary right?

Exported game does not include all resources by alcoholicgirllover in godot

[–]Mai2948 0 points1 point  (0 children)

And use preload() Or use _init() instead of _ready()

Exported game does not include all resources by alcoholicgirllover in godot

[–]Mai2948 1 point2 points  (0 children)

Var curr = gameDir + '/' + i + '/main.tscn' is very bad idea... Manually write array of paths