remove unnecessary logs, update upgrade cost after upgrading

This commit is contained in:
2023-03-19 16:10:10 +01:00
parent 6323b530ca
commit 76fb24a948
3 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -52,7 +52,7 @@ export default defineComponent({
},
allAdventurers: {
type: Object as PropType<{[key: string]: Adventurer}>,
}
},
},
methods: {
print(a:string) {
@@ -77,6 +77,7 @@ export default defineComponent({
gap: 0.5rem;
padding: 0.5rem;
background-color: rgba(0,0,0, 0.2);
z-index: 2;
.slot {
width: 5rem;
height: 5rem;