-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,8 @@ | ||
# awesome-defold | ||
Collection of awesome Defold stuff (assets, games, libraries, extensions). | ||
|
||
* The asset definitions listed in `assets` are used by the [Asset Portal on the Defold website](https://www.defold.com/assets). | ||
* The game definitions listed in `games` are used by the [Showcase page on the Defold website](https://www.defold.com/showcase) and [Games page on the Defold website](https://www.defold.com/games). | ||
# assets | ||
Collection of Defold assets, libraries and extensions. The asset definitions listed in `assets` are used by the [Asset Portal on the Defold website](https://www.defold.com/assets). | ||
|
||
## Submitting an asset | ||
Submit a new asset for inclusion in this collection either via the `Submit Asset` button on the Asset Portal or by [Creating an Issue](https://github.com/defold/awesome-defold/issues/new?assignees=&labels=&template=new-asset.md&title=). | ||
|
||
## Updating an asset | ||
You can update an asset by modifying its metadata file. The metadata for all assets can be found in the `assets` folder of this repository. Once you are happy with the changes please submit a pull request. | ||
|
||
## Submitting a game | ||
Submit a new game for inclusion in this collection either via the `Submit Game` button on the Showcase/Games page or by [Creating an Issue](https://github.com/defold/awesome-defold/issues/new?assignees=&labels=&template=new-game.md&title=). | ||
|
||
## Updating a game | ||
You can update a game by modifying its metadata file. The metadata for all assets can be found in the `games` folder of this repository. Once you are happy with the changes please submit a pull request. |