DomestiqueBaston / JAVA_JOLT

Java Jolt! is a free, open source, gna-gna-gna Point & Click adventure game.
1 stars 0 forks source link

Linking Introduction animation with the game itself #33

Closed DomestiqueBaston closed 2 months ago

DomestiqueBaston commented 2 months ago

After playing the introduction, we actually start the game with the first dialogue which means that we can't have the blinking ? button until the end of the dialogue.

DomestiqueBaston commented 2 months ago

Beside, there's a short freeze when going from INTRO.tscn to JAVAJOLT.tscn. Maybe a preload of the JAVAJOLT.tscn?

This will probably also happen later when we'll go from JAVAJOLT.tscn to OUTRO.tscn. :)

glevner commented 2 months ago

After playing the introduction, we actually start the game with the first dialogue which means that we can't have the blinking ? button until the end of the dialogue.

That's done.