mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python/turtle] Default pen size is 1
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
m_penDown(true),
|
||||
m_visible(true),
|
||||
m_speed(k_defaultSpeed),
|
||||
m_penSize(5),
|
||||
m_penSize(1),
|
||||
m_mileage(0),
|
||||
m_drawn(false),
|
||||
m_underneathPixelBuffer(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user