nndda / Theatre

:performing_arts: Yet another Godot dialogue addon. now using plain text files. Compatible with Godot 4.3
https://godotengine.org/asset-library/asset/2332
MIT License
8 stars 1 forks source link

Demo not working? #21

Closed JekSun97 closed 2 weeks ago

JekSun97 commented 2 weeks ago

I press Enter and Space, but the dialog doesn't start, I just have a blank panel

All action keys are set to default, I checked

I ran demo_scene.tscn

nndda commented 2 weeks ago

Ah, sorry for the confusion! the demo_scene.tscn was actually the base scene for the demos. The playable demo scenes are:

Although, you may want to comment these lines on preview.tscn's script, since it ends the demo immediately after the first dialogue line finished.

https://github.com/nndda/Theatre/blob/cf90e355e7073f34687536cf640e35fe47b52182/theatre_demo/preview/preview.gd#L33-L34