You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the position of GCardHandLayout was wrong by card size so you gotta paste this in 151 line of gcard_hand_layout.gd: target_position = layout_info.position + Vector2(-card.size.x / 2, -card.size.y)
the position of GCardHandLayout was wrong by card size so you gotta paste this in 151 line of
gcard_hand_layout.gd:target_position = layout_info.position + Vector2(-card.size.x / 2, -card.size.y)