keep-starknet-strange / tsubasa

Tsubasa onchain game built with Dojo, running on a Starknet Appchain.
https://play.tsubasa.win
MIT License
59 stars 30 forks source link

Create a Reusable Component for Generic Buttons with Responsive Behavior #81

Closed Cheelax closed 1 year ago

Cheelax commented 1 year ago

Description

The game currently features generic buttons that exhibit different behaviors and appearances depending on whether they are viewed on a mobile or desktop device. This functionality is already implemented in various parts of the game. The aim of this issue is to consolidate this into a single, reusable component that includes mouse-over effects.

Current Behavior

Expected Behavior

Acceptance Criteria