add setup game asset structurre #77

Merged
huy.pham merged 6 commits from add-setup-game-asset-structure into develop 2025-06-12 18:34:05 +08:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 5e2e3b7478 - Show all commits

View File

@ -8,7 +8,7 @@
text-align: center;
position: relative;
overflow: hidden;
background: url('/img/background.png');
background: url('/img/background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
@ -16,7 +16,7 @@
}
[data-theme='dark'] .heroBanner {
background: url('/img/background.png');
background: url('/img/background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;

BIN
static/img/background.jpg Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.