-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature steal card #43
Conversation
alemazzo
commented
Oct 10, 2023
- Added steal card functionality to Scatan State
- Implemented Steal Effect
- Added steal functionality to Scatan Game
- Added steal button and popup to view
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, change the stealing in order to steale only to players that have buildings in that exagon
src/main/scala/scatan/views/game/components/StealCardPopup.scala
Outdated
Show resolved
Hide resolved
Co-authored-by: manuandru <[email protected]>
…gs over the robber
src/main/scala/scatan/views/game/components/StealCardPopup.scala
Outdated
Show resolved
Hide resolved
/* position: fixed; | ||
left: 50%; | ||
top: 50%; | ||
transform: translate(-50%, -50%); | ||
padding: 20px; | ||
background-color: white; | ||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); | ||
border-radius: 5px; | ||
z-index: 1000; */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this comment?
background-color: white; | ||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); | ||
border-radius: 5px; | ||
z-index: 1000; */ | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need new line at the end :)