JasonLautzenheiser / trizbort

Trizbort, the Interactive Fiction Mapper
http://www.trizbort.com
Other
129 stars 35 forks source link

I6 export: let object be part of another object #499

Closed fredrikr closed 2 years ago

fredrikr commented 4 years ago

If the user marks an object as part of its parent object using [h], the parent object should get the transparent attribute but not the container attribute. The Inform 6 lib understands this as the sub-object being part of the parent object. Like:

Object Machine "machine" has transparent;

Object -> Button "button";

JasonLautzenheiser commented 4 years ago

Thanks for reporting this.

github-actions[bot] commented 4 years ago

Stale issue message