ImpowerGames / impower

An all-in-one, community-powered indie development platform that gives creative people the tools they need to bring their ideas to life.
https://www.impower.app
2 stars 1 forks source link

"Play" button on game engine only starts if you have a # Section, or starts at the first # Section header #143

Closed Broderick-Colin closed 2 years ago

Broderick-Colin commented 2 years ago

Describe the bug "Play" button on game engine only starts if you have a # Section, or starts at the first # Section

Steps To Reproduce

  1. Write a script without a # Section header, or a script where a character has dialogue prior to the first # Section Header.

Expected Result Some kind of warning telling you to add a # Section header. Or add a default # Act 1 appears at the start of every new project. Or make the "Play" button start at either the first section, or the first character dialogue.

Actual Result Game doesn't start when you hit play (if you have no # Section header) or skips the dialogue you wrote prior to the first # Section header.

Screenshots image

lovelle-cardoso commented 2 years ago

@LemBurnstein Fixed by 49ed2cc

Broderick-Colin commented 2 years ago

Fixed if you have no # Sections, but still skips any dialogue before the first # Section

lovelle-cardoso commented 2 years ago

@LemBurnstein Fixed by e74b9d2d

Broderick-Colin commented 2 years ago

Fixxed!