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

Tweaks #32

Merged
merged 9 commits into from
Mar 12, 2020
Merged

Tweaks #32

merged 9 commits into from
Mar 12, 2020

Conversation

oskarrough
Copy link
Owner

@oskarrough oskarrough commented Mar 8, 2020

See commits

@oskarrough
Copy link
Owner Author

oskarrough commented Mar 10, 2020

Idea: move the background to be part of a Dungeon. That way we have the default green background and the possibility of individual backgrounds for each dungeon. Coooool.

dungeon.background = 'images/my-background.jpg'

@@ -19,7 +19,7 @@ export default class App extends Component {
state = actions.setDungeon(state, createSimpleDungeon())
state = actions.drawStarterDeck(state)
state = actions.drawCards(state)
// state.dungeon.index = 1 // use this to change room
state.dungeon.index = 1 // use this to change room
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to remove this

public/components/app.js Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant