minigame 2 add more design 1.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// ทุกครั้งที่มีการเพิ่มหรือเปลี่ยน ให้เพิ่ม v +0.0001
|
||||
// หลังแก้ค่าแล้วต้อง copy ไป path ที่ Nginx ชี้ (หรือรัน copy-frogger-files-only.sh) ถึงจะเห็นบนเว็บ
|
||||
window.APP_VERSION = '0.0232';
|
||||
window.APP_VERSION = '0.0233';
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var t = document.querySelector('.version-tag');
|
||||
if (t) t.textContent = 'v ' + window.APP_VERSION;
|
||||
|
||||
@@ -2096,6 +2096,16 @@
|
||||
.play-cyber-panel-title.is-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
/* กล่องหัว score.png (Last Light) — บนแมปอื่นมี is-hidden แต่เดิมไม่มี display:none จึงเห็นกรอบว่างเหนือ SCORE */
|
||||
#play-cyber-crown-score-head.is-hidden {
|
||||
display: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
height: 0 !important;
|
||||
min-height: 0 !important;
|
||||
overflow: hidden !important;
|
||||
border: none !important;
|
||||
}
|
||||
.play-cyber-score-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
@@ -2665,8 +2675,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="/Game/socket.io/socket.io.js"></script>
|
||||
<script src="js/version.js?v=0.0232"></script>
|
||||
<script src="js/play.js?v=0.0232"></script>
|
||||
<script src="js/version.js?v=0.0233"></script>
|
||||
<script src="js/play.js?v=0.0233"></script>
|
||||
<div class="version-tag">v —</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user