TacticalMetaphysics / LiSE

Rules-based engine for life sims, with time travel
GNU Affero General Public License v3.0
116 stars 9 forks source link

Quick switch between a rule function's card and its editor #123

Open clayote opened 1 month ago

clayote commented 1 month ago

Currently, when you're building rules, you can drag the cards to enable, disable, and reorder the functions, but if you want to edit the code in any particular function, you have to back out and go to the Python editor. There should be a button on each card that takes you straight to the Python editor for that function, and then when you close the editor, it takes you back to whatever rule function list you were building.