버그 수정

This commit is contained in:
2018-07-18 03:32:47 +09:00
parent 62520fb7fe
commit 403d914193
5 changed files with 37 additions and 30 deletions
+8 -8
View File
@@ -43,19 +43,19 @@
/*체 지도*/
.map_theme_che.map_spring .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_spring.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_spring.jpg') no-repeat;
}
.map_theme_che.map_summer .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_summer.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_summer.jpg') no-repeat;
}
.map_theme_che.map_fall .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_fall.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_fall.jpg') no-repeat;
}
.map_theme_che.map_winter .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_winter.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_winter.jpg') no-repeat;
}
.map_theme_che .map_bgroad{
@@ -64,19 +64,19 @@
/*미니체 지도*/
.map_theme_miniche.map_spring .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_spring.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_spring.jpg') no-repeat;
}
.map_theme_miniche.map_summer .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_summer.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_summer.jpg') no-repeat;
}
.map_theme_miniche.map_fall .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_fall.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_fall.jpg') no-repeat;
}
.map_theme_miniche.map_winter .map_bglayer1{
background: url('_tK_gameImagePath_/map/che/map_winter.jpg') no-repeat;
background: url('_tK_gameImagePath_/map/che/bg_winter.jpg') no-repeat;
}
.map_theme_miniche .map_bgroad{