修改宝箱开出物品
parent
f9e99ba568
commit
b00bf353b9
|
@ -330,7 +330,7 @@ body{
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
background-size: 90px 90px;
|
background-size: 90px 90px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-top: 90px;
|
padding-top: 90px;
|
||||||
position: relative;
|
position: relative;
|
||||||
filter:drop-shadow(10px 30px 10px rgba(0,0,0,.4));
|
filter:drop-shadow(10px 30px 10px rgba(0,0,0,.4));
|
||||||
|
|
11
js/handle.js
11
js/handle.js
|
@ -35,6 +35,17 @@ let giftObj = {
|
||||||
'牛哇牛哇': 1,
|
'牛哇牛哇': 1,
|
||||||
'白银宝盒': 10,
|
'白银宝盒': 10,
|
||||||
'紫金宝盒': 100,
|
'紫金宝盒': 100,
|
||||||
|
'金币':10,
|
||||||
|
'泡泡糖':10,
|
||||||
|
'打榜':10,
|
||||||
|
'疯狂应援':10,
|
||||||
|
'战车出击':100,
|
||||||
|
'冰阔落':100,
|
||||||
|
'粉玫瑰':100,
|
||||||
|
'聚光灯':100,
|
||||||
|
'战鼓声声':100,
|
||||||
|
'狂欢派对':100,
|
||||||
|
'超级战舰':100,
|
||||||
'D言D语': 330,
|
'D言D语': 330,
|
||||||
'星愿水晶球': 1000,
|
'星愿水晶球': 1000,
|
||||||
'为你加冕': 4500,
|
'为你加冕': 4500,
|
||||||
|
|
Loading…
Reference in New Issue