1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Refactoring of the key action mapper, allow deselecting buildings, make sure stars always spawn in the start region (closes #7) (closes #9)

This commit is contained in:
tobspr
2020-05-21 10:40:21 +02:00
parent 1577ebe48c
commit 8760026893
28 changed files with 93 additions and 50 deletions

View File

@@ -71,8 +71,8 @@ ingame_HUD_BetaOverlay,
ingame_HUD_UnlockNotification,
ingame_HUD_Shop,
ingame_HUD_Statistics,
ingame_HUD_ModalDialogs,
ingame_HUD_SettingsMenu;
ingame_HUD_SettingsMenu,
ingame_HUD_ModalDialogs;
$zindex: 100;

View File

@@ -109,7 +109,7 @@
width: 100%;
@include S(height, 50px);
background: uiResource("get_on_steam.png") center center / contain no-repeat;
background: uiResource("get_on_itch_io.svg") center center / contain no-repeat;
overflow: hidden;
display: block;
text-indent: -999em;