Speed up platform
This commit is contained in:
parent
1ffb723f96
commit
d4c0a3ca08
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#define PLATFORM_WIDTH 100
|
||||
#define PLATFORM_HEIGHT 20
|
||||
#define PLATFORM_MARGIN_BOTTOM 80
|
||||
#define SPEED 5.0
|
||||
#define SPEED 7.0
|
||||
|
||||
Platform::Platform(MainWindow* parent) : m_parent{parent} {
|
||||
QRect rct = parent->rect();
|
||||
|
|
Loading…
Add table
Reference in a new issue