Skip to content

Commit

Permalink
fix open box bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Nov 11, 2023
1 parent 6728535 commit 75b0c19
Show file tree
Hide file tree
Showing 10 changed files with 2,807 additions and 2,806 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/_theme.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$cellSize: 72px;
$cellSize: 48px;
3 changes: 0 additions & 3 deletions packages/contracts/mud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export default mudConfig({
addr: "address",
},
schema: {
suitId : "uint256",
equipmentId : "uint256",
x : "uint16",
y : "uint16",
hp : "uint256",
Expand All @@ -75,7 +73,6 @@ export default mudConfig({
maxHp: "uint256",
name: "string",
url: "string",

}
},
PlayerAddon:{
Expand Down
Loading

0 comments on commit 75b0c19

Please sign in to comment.