Merge branch 'master' into DarkCat09-patch-2

This commit is contained in:
Mikhail Abramov 2019-12-08 15:09:58 +04:00 committed by GitHub
commit c3d7eabd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@
using namespace std;
int main()
{
txCreateWindow(1300, 600);
@ -39,7 +38,7 @@ int main()
txSetColor(TX_BLACK, 3);
txSetFillColor(TX_WHITE);
txDrawText(0, 0, extentX, 50, "Êîíñòðóêòîð óðîâíåé èãðû FallSimulation");
txDrawText(0, 0, extentX, 50, "Êîíñòðóêòîð óðîâíåé èãðû FallSimulation");
drawMenu();