carenalgas / popochiu

Godot plugin to make point n' click games in a similar way to tools like Adventure Game Studio and Power Quest.
MIT License
159 stars 17 forks source link

Can't add characters to more than one room (1.x) #153

Closed mapedorr closed 5 months ago

mapedorr commented 5 months ago

Bug description

Using the + Add character to room button in the Characters in room category of the Room tab shows characters already added to another opened room scene disabled.

Steps to reproduce

Steps to reproduce the behavior:

  1. In the maintenance/1.x branch open the 101 room.
  2. Then open the Outside room.
  3. In the Outside room, click on the + Add character to room button in the Characters in room category.
  4. The character Popsy will appear as disabled even if not present in the room.

Expected vs observed behavior

Characters that are not in the room should be enabled to be added through the + Add character to room button in the Characters in room category.

Environment information (please complete):

Additional context

These are the characters in the 101 room: image

The characters appear disabled in the Outside room dispite not being childs of the Characters node: image

image

mapedorr commented 5 months ago

Fixed in #155