Adding new ship to test, temporary remove ui

This commit is contained in:
Vladislav Khorev 2026-01-14 11:12:04 +03:00
parent f0ad32476e
commit 988e0fefa8
4 changed files with 5345 additions and 4 deletions

BIN
resources/MainCharacter_Base_color_sRGB.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -27,7 +27,7 @@
{
"type": "Button",
"name": "playButton",
"x": 100,
"x": -1000,
"y": 500,
"width": 200,
"height": 50,
@ -56,7 +56,7 @@
{
"type": "Button",
"name": "settingsButton",
"x": 100,
"x": -1000,
"y": 400,
"width": 200,
"height": 50,
@ -89,7 +89,7 @@
{
"type": "Button",
"name": "exitButton",
"x": 100,
"x": -1000,
"y": 300,
"width": 200,
"height": 50,

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,8 @@ namespace ZL {
int Environment::windowHeaderHeight = 0;
int Environment::width = 0;
int Environment::height = 0;
float Environment::zoom = 30.f;
float Environment::zoom = 36.f;
bool Environment::leftPressed = false;
bool Environment::rightPressed = false;