#Any suggestions on how should i approach on re-creating this?

1 messages · Page 1 of 1 (latest)

ripe token
#

i want to recreate how there is like a shadow card that you drag around when a card is selected on the board
or on your hand when attempting to use/drag around said card.

lethal current
#

That should be fairly easy with godot. The hardest part would be the visuals

#

You can use buttons to respond to user input.
Use signal "pressed" to start the levitation animation
since it's a grid, just move the buttons/cards on the predetermined position of the slot

#

Slots would be buttons too so you can get which slot was selected and get its position