carenalgas / popochiu

Godot plugin to make point-and-click adventure games, inspired by tools like Adventure Game Studio and PowerQuest.
https://carenalgas.github.io/popochiu/
MIT License
184 stars 18 forks source link

Critical Error with Sierra GUI when following Stub Tutorial #291

Open KPDwyer opened 13 hours ago

KPDwyer commented 13 hours ago

Bug description

When I work through the tutorial to make a stub, after creating the first room, hitting "play" in the editor results in an error.

Steps to reproduce

Steps to reproduce the behavior:

  1. Follow the tutorial with the following steps
  2. I set my resolution to 640*480 (likely irrelevant)
  3. I used the Sierra GUI (probably very relevant)
  4. I used the assets from the sample game and followed the tutorial

Expected vs observed behavior

When I hit play, I expected the game window to open Instead, I received this error: Trying to assign value of type 'popochiu_popup_custom.gd' to a variable of type 'popochiu_popup.gd'. on line 14 of sierra_gui.gd

Environment information (please complete):

Additional context

I fixed it by not specifying the type on that line (removing : PopochiuPopup but I'm not sure if this will have issues further down the line (seems unlikely, after snooping around a bit). Certainly this might throw off other learners who are eager to learn the engine.

mapedorr commented 11 hours ago

Thanks for reporting thr issue. We'll give it a look.