textadventures / quest

Create text adventure games
http://textadventures.co.uk/quest
MIT License
304 stars 69 forks source link

kv-11-pertex-fixes-allrooms #1206

Closed KVonGit closed 1 week ago

KVonGit commented 1 month ago

Sets isroom to true when creating a room, or when using the dropdown to change to "room" or "Object and room", and sets it to false otherwise.

I also changed "Object and/or room" to "Object and room"

Pertex contributed the functional part of this code, and I merely changed the editor controls and such

Closes #1202