포켓몬 v1 추가

This commit is contained in:
2019-10-03 19:50:22 +09:00
parent fedc7e5ef5
commit 94a00dbdac
4 changed files with 271 additions and 1 deletions
+8 -1
View File
@@ -109,4 +109,11 @@
.map_theme_chess .map_bglayer1{
background: url('_tK_gameImagePath_/map/chess/chessboard.png') no-repeat;
background-size: 700px 500px;
}
}
/*포켓몬 v1 지도*/
.map_theme_pokemon_v1 .map_bglayer1{
background: url('_tK_gameImagePath_/map/pokemon_v1/back_pal8.png') no-repeat;
background-size: 700px 500px;
}