waterbearlang / tardigrade

A reimplementation of blocks as used by Waterbear to make a general block toolkit
https://waterbearlang.github.io/tardigrade/
GNU General Public License v3.0
0 stars 1 forks source link

Don't allow dragging out of scope #25

Open dethe opened 2 years ago

dethe commented 2 years ago

Values cannot be dragged to their own block, outside their containing block, or any blocks earlier in the script than they are.

There may be some exceptions once I figure out data initialization, pre-loading, and updates.