Commit f5fb9b2e authored by Chunchi Che's avatar Chunchi Che

fix small

parent da024111
......@@ -6,7 +6,6 @@ import {
ActionReducerMapBuilder,
} from "@reduxjs/toolkit";
import { DuelState } from "./mod";
import { ygopro } from "../../api/ocgcore/idl/ocgcore";
import { RootState } from "../../store";
import { fetchCard } from "../../api/cards";
......
......@@ -8,7 +8,7 @@ import {
import { useAppSelector } from "../../hook";
const shape = CONFIG.CemeterySlotShape();
const depth = 0.2;
const depth = 0.02;
const Cemeteries = () => {
const meCemetery = useAppSelector(selectMeCemetery).cemetery;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment