diff --git a/public/games/AS.jpg b/public/games/AS.jpg new file mode 100644 index 0000000..9fdbece Binary files /dev/null and b/public/games/AS.jpg differ diff --git a/public/games/BH.jpg b/public/games/BH.jpg new file mode 100644 index 0000000..ac05601 Binary files /dev/null and b/public/games/BH.jpg differ diff --git a/public/games/JC.jpg b/public/games/JC.jpg new file mode 100644 index 0000000..457d27a Binary files /dev/null and b/public/games/JC.jpg differ diff --git a/public/games/Red_back.jpg b/public/games/Red_back.jpg new file mode 100644 index 0000000..523bcd0 Binary files /dev/null and b/public/games/Red_back.jpg differ diff --git a/public/games/gloom/attackback.png b/public/games/gloom/attackback.png deleted file mode 100644 index f7521f3..0000000 Binary files a/public/games/gloom/attackback.png and /dev/null differ diff --git a/public/games/overlay.png b/public/games/overlay.png new file mode 100644 index 0000000..fdcf2cf Binary files /dev/null and b/public/games/overlay.png differ diff --git a/src/components/Board/Items/Item/Item.js b/src/components/Board/Items/Item/Item.js index f5a289f..d6d46a9 100644 --- a/src/components/Board/Items/Item/Item.js +++ b/src/components/Board/Items/Item/Item.js @@ -114,6 +114,7 @@ const Item = ({ setState, state }) => { position: "absolute", display: "inline-block", transform: `rotate(${rotation}deg)`, + transition: "transform 200ms", zIndex: (state.layer || 0) + 3, ...extraStyle, }} diff --git a/src/components/Board/Items/Item/forms/ImageFormFields.js b/src/components/Board/Items/Item/forms/ImageFormFields.js index de52f08..3d17001 100644 --- a/src/components/Board/Items/Item/forms/ImageFormFields.js +++ b/src/components/Board/Items/Item/forms/ImageFormFields.js @@ -17,7 +17,7 @@ const ImageForm = ({ initialValues }) => { />