This commit is contained in:
2026-04-29 02:31:15 +07:00
parent 21c999a904
commit ed86fface3
12 changed files with 433 additions and 79 deletions

View File

@@ -123,7 +123,10 @@
font-size: 16px;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
transition-duration: 0.1s;
/* Transition mượt cho mọi thuộc tính */
transition-property: scale, background-color, translate;
transition-duration: 0.15s;
transition-timing-function: ease-out-back;
align-items: center;
justify-content: center;
}
@@ -133,6 +136,13 @@
background-color: rgba(255, 255, 255, 0.2);
}
/* Hiệu ứng nảy lò xo khi nhấn */
.button-spring:active {
scale: 0.92;
background-color: rgba(255, 255, 255, 0.3);
transition-duration: 0.05s;
}
.btn-settings { background-color: #7B6EE8; }
.btn-join { background-color: #4DC8A0; }
.btn-create { background-color: #E8834D; }

View File

@@ -21,7 +21,7 @@ MonoBehaviour:
m_ScaleMode: 1
m_ReferenceSpritePixelsPerUnit: 100
m_PixelsPerUnit: 100
m_Scale: 1
m_Scale: 1.3
m_ReferenceDpi: 96
m_FallbackDpi: 96
m_ReferenceResolution: {x: 1200, y: 800}