tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Object/area factory- add room as an argument #261

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

For ease of use- to make it easier to create an object/area and add it to a room with one line, and to make it consistent with the UI factory (which has the equivalent addToUi boolean argument).