ct-js / ct-js

Ct.js is a desktop game engine that makes learning programming fun and game development easy by its visual editors and well-documented code library
https://ctjs.rocks/
MIT License
1.64k stars 127 forks source link

Display behavior fields in room editor -> copies' properties #540

Open CosmoMyzrailGorynych opened 1 month ago

CosmoMyzrailGorynych commented 1 month ago

Is your feature request related to a problem? Context: https://forum.ctjs.rocks/d/133-surfacing-template-properties-variables-in-room-editor TL;DR: when you need to change behaviors' fields on a copy, you have to use custom properties and write keys blindly.

Describe the solution you'd like extension-editor for behavior fields can be easily added to the room editor's copy properties as it is already implemented for the template editor. Some tweaks for the exporter may be needed.

Describe alternatives you've considered (optional) ?

Additional context