We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f937b7 commit a087c68Copy full SHA for a087c68
1 file changed
ScratchCPPGui/projectloader.h
@@ -99,10 +99,10 @@ class ProjectLoader : public QObject
99
QFuture<void> m_eventLoop;
100
double m_fps = 30;
101
bool m_turboMode = false;
102
- unsigned int m_stageWidth;
103
- unsigned int m_stageHeight;
104
- int m_cloneLimit;
105
- bool m_spriteFencing;
+ unsigned int m_stageWidth = 480;
+ unsigned int m_stageHeight = 360;
+ int m_cloneLimit = 300;
+ bool m_spriteFencing = true;
106
};
107
108
} // namespace scratchcppgui
0 commit comments