Skip to content
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

As a Level designer I want to set the players start city #81

Closed
3 tasks done
mkraenz opened this issue Dec 10, 2019 · 1 comment · Fixed by #164
Closed
3 tasks done

As a Level designer I want to set the players start city #81

mkraenz opened this issue Dec 10, 2019 · 1 comment · Fixed by #164
Assignees
Labels
enhancement New feature or request

Comments

@mkraenz
Copy link
Owner

mkraenz commented Dec 10, 2019

Acceptance criteria

  • player can set start city in .json files via startingLocation property
  • refactor json to have player field according to
    "player": {
        "stock": 4,
        "location": "Wolfsburg"
    }
  • can set start location in editor mode

Original

looking at this, it might make sense to allow this to be set in the json files as well. Good follow-up task (so no action required right now)

Originally posted by @proSingularity in https://github.com/proSingularity/fursorger/pull/76/files

@mkraenz
Copy link
Owner Author

mkraenz commented Jan 29, 2020

also useful is a property for the background image / theme used

edit: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants