btl
Browse files
src/lib/components/Battle/BattleField.svelte
CHANGED
@@ -399,8 +399,8 @@
|
|
399 |
|
400 |
.player-status-effects {
|
401 |
position: absolute;
|
402 |
-
bottom:
|
403 |
-
left:
|
404 |
z-index: 5;
|
405 |
}
|
406 |
|
|
|
399 |
|
400 |
.player-status-effects {
|
401 |
position: absolute;
|
402 |
+
bottom: 117px;
|
403 |
+
left: 13px;
|
404 |
z-index: 5;
|
405 |
}
|
406 |
|
src/lib/components/Battle/StatusEffectIndicator.svelte
CHANGED
@@ -64,7 +64,6 @@
|
|
64 |
font-size: 0.7rem;
|
65 |
font-weight: bold;
|
66 |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
67 |
-
animation: pulse 1.5s infinite;
|
68 |
}
|
69 |
|
70 |
.status-icon {
|
|
|
64 |
font-size: 0.7rem;
|
65 |
font-weight: bold;
|
66 |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
|
67 |
}
|
68 |
|
69 |
.status-icon {
|
src/lib/components/Pages/Battle.svelte
CHANGED
@@ -125,7 +125,7 @@
|
|
125 |
case 'catch':
|
126 |
if (isWildBattle) {
|
127 |
processingTurn = true;
|
128 |
-
currentMessage = 'You
|
129 |
setTimeout(() => {
|
130 |
currentMessage = 'The wild piclet broke free!';
|
131 |
processingTurn = false;
|
|
|
125 |
case 'catch':
|
126 |
if (isWildBattle) {
|
127 |
processingTurn = true;
|
128 |
+
currentMessage = 'You took a Pic-ture!';
|
129 |
setTimeout(() => {
|
130 |
currentMessage = 'The wild piclet broke free!';
|
131 |
processingTurn = false;
|