Added image support#35
Open
spj2401Dev wants to merge 3 commits into
Open
Conversation
|
hey! this looks awesome. would it be possible to add images to the solution too? |
Author
|
How about some sort of "game bundle" which is a zip file which includes the .json and the images. Then I can load them either externally or load them from this game bundel. Let me go implement that real quick |
Author
|
So just pushed changes which now allow you to create as mentioned "Game Bundels". Basically you put your game.json and a images folder into a zip archive and upload. In your game.json you can access files in that Game Bundle via the |
|
thank you!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
For a game with friends, I wanted to extend the game a bit to be able to include pictures, to have a braughter catalogue of clues. Now you can specify an image source for each clue.
A clue with an image will now look something like this
I appreciate your efforts on this project, and perhaps this is something worth adding to the project.