-
Notifications
You must be signed in to change notification settings - Fork 81
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
Allow for cows to be placed on a non-road square #1672
Closed
1 task
faucomte97 opened this issue
Jul 10, 2024
· 4 comments
· Fixed by #1746 or ocadotechnology/codeforlife-workspace#159
Closed
1 task
Allow for cows to be placed on a non-road square #1672
faucomte97 opened this issue
Jul 10, 2024
· 4 comments
· Fixed by #1746 or ocadotechnology/codeforlife-workspace#159
Labels
volunteers
Tasks that can be picked up by anyone
Comments
HI @faucomte97 can you assign me to this ticket? The description is quite clear.... can you help me pointing to similar MR or the files that I might start looking at to solve this issue. |
@RaihanRasheedApurbo This PR should be helpful 🙂 #1625 |
This was
linked to
pull requests
Oct 21, 2024
LGTM (PROD) |
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task Description
The level editor lets you place cows in the map. Currently, cows can only be placed on valid road squares, ie a road square that isn't a start or house square.
The user should also be able to place cows on any other square, for scenery purposes.
In this example, the cow on the road has been successfully placed whereas the cow in the "field" has not been registered as "placed" by the level creator.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: