Christian Winter

Results 6 comments of Christian Winter

Maybe this could be solved by using escape sequences to REALLY move the cursor back and just overwrite text?

Did occur when using `strip-comment-symbols = 1` in `.gitviper/config` because the print statements include a stripable character (it should print `#1`, `#2`, `#3`)

Test code for reproduction ``` print("#1") print("#2") print("#3") ```

Currently I work around this problem by calling the login-method inside the disconnect-callback. This way it is the first method inside the queue.

Are you familiar with the Polygon2D node? https://docs.godotengine.org/en/3.2/classes/class_polygon2d.html Or do you want to have a set of predefined polygons that you can choose from?

> your shape is offset That depends on where you are drawing. If your Polygon2D contains the center of your scene, placing instances of your scene should be straight forward...