Browse Source

增加全队觉醒的中文标签

tags/v2.5
枫谷剑仙 6 years ago
parent
commit
2ed1ef072c
6 changed files with 12 additions and 0 deletions
  1. BIN
      images/awoken.png
  2. BIN
      images/badge.png
  3. BIN
      images/project file/awoken.fw.png
  4. BIN
      images/project file/badge.fw.png
  5. +6
    -0
      languages/zh-TW.css
  6. +6
    -0
      languages/zh.css

BIN
images/awoken.png View File

Before After
Width: 64  |  Height: 2336  |  Size: 65 kB Width: 96  |  Height: 2336  |  Size: 72 kB

BIN
images/badge.png View File

Before After
Width: 108  |  Height: 420  |  Size: 16 kB Width: 108  |  Height: 420  |  Size: 16 kB

BIN
images/project file/awoken.fw.png View File

Before After
Width: 96  |  Height: 2336  |  Size: 195 kB

BIN
images/project file/badge.fw.png View File

Before After
Width: 108  |  Height: 420  |  Size: 77 kB Width: 108  |  Height: 420  |  Size: 78 kB

+ 6
- 0
languages/zh-TW.css View File

@@ -144,6 +144,12 @@
content: "顯示怪物ID";
}
/*Some icons, style different from the Japanese version*/
.awoken-46,
.awoken-47
{
background-position-x: -64px;
}
.badge-0
{
background-position-x: -72px;

+ 6
- 0
languages/zh.css View File

@@ -144,6 +144,12 @@
content: "显示怪物ID";
}

/*Some icons, style different from the Japanese version*/
.awoken-46,
.awoken-47
{
background-position-x: -64px;
}
.badge-0
{
background-position-x: -72px;

Loading…
Cancel
Save