Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rixium/mayday
https://github.com/rixium/mayday
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rixium/mayday
- Owner: Rixium
- Created: 2020-05-06T23:33:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:49:06.000Z (about 2 years ago)
- Last Synced: 2023-07-31T12:05:06.205Z (over 1 year ago)
- Language: C#
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mayday
## Adding Items
Follow the steps below to add a new item to the game:
* Create a new item in the ItemData.json file.
* Add it as an an ItemDropId to something, i.e a tile.
* Import the item image in the Images/Items folder, making sure the Id matches that of the item created.## Adding Place-ables
Follow the steps below to add a place-able to the game:
* On any item that places, set the Id of what it places, i.e the TileId.