Skip to content

Commit

Permalink
重构部分战斗逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Nov 10, 2023
1 parent d93690a commit 0f4a424
Show file tree
Hide file tree
Showing 11 changed files with 370 additions and 403 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setup().then(async (result) => {
<App />
</MUDProvider>
);
if (!import.meta.env.DEV) {
// if (!import.meta.env.DEV) {
const { mount: mountDevTools } = await import("@latticexyz/dev-tools");
mountDevTools({
config: mudConfig,
Expand All @@ -30,6 +30,6 @@ setup().then(async (result) => {
write$: network.write$,
recsWorld: network.world,
});
}
// }

});
50 changes: 25 additions & 25 deletions packages/contracts/out/IWorld.sol/IWorld.json
Original file line number Diff line number Diff line change
Expand Up @@ -3912,16 +3912,16 @@
119088,
119076,
71348,
130595,
130504,
130488,
130491,
130543,
174253,
130533,
130522,
130431,
130340,
130324,
130327,
130379,
174089,
130369,
130358,
64435,
127761,
127597,
64393,
64426,
64399,
Expand All @@ -3932,22 +3932,22 @@
"nameLocation": "798:6:169",
"scope": 119346,
"usedErrors": [
127726,
127732,
127734,
127736,
127742,
127748,
127754,
127760,
174222,
174226,
174232,
174236,
174240,
174244,
174248,
174252
127562,
127568,
127570,
127572,
127578,
127584,
127590,
127596,
174058,
174062,
174068,
174072,
174076,
174080,
174084,
174088
]
}
],
Expand Down
28 changes: 14 additions & 14 deletions packages/contracts/out/Loot.sol/MLoot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1636,34 +1636,34 @@
"id": 120387,
"exportedSymbols": {
"Address": [
132132
131968
],
"Base64": [
119403
],
"Context": [
132154
131990
],
"ERC165": [
132178
132014
],
"ERC721": [
72425
],
"IERC165": [
174459
174295
],
"IERC20": [
71498
],
"IERC721": [
131757
131593
],
"IERC721Metadata": [
131802
131638
],
"IERC721Receiver": [
131775
131611
],
"MLoot": [
120386
Expand All @@ -1672,10 +1672,10 @@
120834
],
"Math": [
133044
132880
],
"SignedMath": [
133149
132985
],
"Strings": [
72654
Expand Down Expand Up @@ -14325,11 +14325,11 @@
120386,
120834,
72425,
131802,
131757,
132178,
174459,
132154,
131638,
131593,
132014,
174295,
131990,
120637
],
"name": "MLoot",
Expand Down
Loading

0 comments on commit 0f4a424

Please sign in to comment.