Add autonomous attack planer
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
@keyframes blink {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#inner_footer {
|
||||
.inner_subcolumns {
|
||||
left: 0 !important;
|
||||
@@ -6,6 +20,16 @@
|
||||
|
||||
#content_wrapper > table {
|
||||
width: auto !important;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.borderlist {
|
||||
.autonomous:disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.autonomous.blink {
|
||||
animation: blink 2s infinite;
|
||||
}
|
||||
}
|
||||
|
||||
.lay_castle_top {
|
||||
|
||||
1083
src/kaplus.js
1083
src/kaplus.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user