|
@ -2475,6 +2475,14 @@ window.noname_asset_list=[
|
|||
'theme/style/hp/image/official2.png',
|
||||
'theme/style/hp/image/official3.png',
|
||||
'theme/style/hp/image/official4.png',
|
||||
'theme/style/hp/image/ol1.png',
|
||||
'theme/style/hp/image/ol2.png',
|
||||
'theme/style/hp/image/ol3.png',
|
||||
'theme/style/hp/image/ol4.png',
|
||||
'theme/style/hp/image/round1.png',
|
||||
'theme/style/hp/image/round2.png',
|
||||
'theme/style/hp/image/round3.png',
|
||||
'theme/style/hp/image/round4.png',
|
||||
];
|
||||
window.noname_skin_list={
|
||||
bulianshi:4,
|
||||
|
|
|
@ -1237,9 +1237,11 @@
|
|||
init:'default',
|
||||
item:{
|
||||
default:'默认',
|
||||
official:'勾玉',
|
||||
// official:'勾玉',
|
||||
emotion:'表情',
|
||||
glass:'手杀',
|
||||
glass:'勾玉',
|
||||
round:'国战',
|
||||
ol:'手杀',
|
||||
custom:'自定',
|
||||
},
|
||||
visualBar:function(node,item,create,switcher){
|
||||
|
|
|
@ -110,6 +110,8 @@ window.noname_source_list=[
|
|||
'theme/style/hp/emotion.css',
|
||||
'theme/style/hp/glass.css',
|
||||
'theme/style/hp/official.css',
|
||||
'theme/style/hp/ol.css',
|
||||
'theme/style/hp/round.css',
|
||||
'theme/style/hp/image/emotion1.png',
|
||||
'theme/style/hp/image/emotion2.png',
|
||||
'theme/style/hp/image/emotion3.png',
|
||||
|
@ -122,6 +124,14 @@ window.noname_source_list=[
|
|||
'theme/style/hp/image/official2.png',
|
||||
'theme/style/hp/image/official3.png',
|
||||
'theme/style/hp/image/official4.png',
|
||||
'theme/style/hp/image/ol1.png',
|
||||
'theme/style/hp/image/ol2.png',
|
||||
'theme/style/hp/image/ol3.png',
|
||||
'theme/style/hp/image/ol4.png',
|
||||
'theme/style/hp/image/round1.png',
|
||||
'theme/style/hp/image/round2.png',
|
||||
'theme/style/hp/image/round3.png',
|
||||
'theme/style/hp/image/round4.png',
|
||||
'node_modules/ws/index.js',
|
||||
'node_modules/ws/package.json',
|
||||
'node_modules/ws/lib/BufferPool.js',
|
||||
|
|
|
@ -2,7 +2,7 @@ window.noname_update={
|
|||
version:'1.9.12',
|
||||
// update:'1.9.11',
|
||||
changeLog:[
|
||||
'新样式',
|
||||
'新外观选项',
|
||||
],
|
||||
files:[
|
||||
'game/game.js',
|
||||
|
|
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 6.8 KiB |
|
@ -0,0 +1,50 @@
|
|||
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
||||
background: url('image/ol1.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.6) rotate(180deg);
|
||||
-webkit-filter:none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
||||
background: url('image/ol2.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.6) rotate(180deg);
|
||||
-webkit-filter:none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
||||
background: url('image/ol3.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.6) rotate(180deg);
|
||||
-webkit-filter:none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.hp:not(.text):not(.actcount)>.lost{
|
||||
background: url('image/ol4.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.6) rotate(180deg);
|
||||
border-radius: 0px;
|
||||
filter:grayscale(1) opacity(0.8);
|
||||
-webkit-filter:grayscale(1) opacity(0.8);
|
||||
}
|
||||
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
||||
transform: scale(1.6);
|
||||
}
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
||||
transform: scale(1.6);
|
||||
}
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
||||
transform: scale(1.6);
|
||||
}
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{
|
||||
transform: scale(1.6);
|
||||
}
|
|
@ -0,0 +1,48 @@
|
|||
.hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
||||
background: url('image/round1.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.4) rotate(180deg);
|
||||
-webkit-filter:none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
||||
background: url('image/round2.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.4) rotate(180deg);
|
||||
-webkit-filter:none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
||||
background: url('image/round3.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.4) rotate(180deg);
|
||||
-webkit-filter:none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.hp:not(.text):not(.actcount)>.lost{
|
||||
background: url('image/round4.png');
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-size: cover;
|
||||
transform: scale(1.4) rotate(180deg);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="high"]>div:not(.lost){
|
||||
transform: scale(1.6);
|
||||
}
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="mid"]>div:not(.lost){
|
||||
transform: scale(1.6);
|
||||
}
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)[data-condition="low"]>div:not(.lost){
|
||||
transform: scale(1.6);
|
||||
}
|
||||
#arena.oldlayout .player .hp:not(.text):not(.actcount)>.lost{
|
||||
transform: scale(1.6);
|
||||
}
|