PythonConsole icon indicating copy to clipboard operation
PythonConsole copied to clipboard

Can I set cb, cba[1], etc manually?

Open VirtualCartographer opened this issue 3 years ago • 3 comments

Something like...

cb = (0,0)

VirtualCartographer avatar Nov 30 '21 21:11 VirtualCartographer

No, you can't, but I might add this feature. What would you use it for?

Strdate avatar Dec 01 '21 20:12 Strdate

When the cb is a whole number it makes debugging much simpler. So even rounding it into integer values could do the trick.

VirtualCartographer avatar Dec 02 '21 00:12 VirtualCartographer

Oof course Now that I think about it I can just round it myself

VirtualCartographer avatar Dec 02 '21 00:12 VirtualCartographer