Skip to content

Commit

Permalink
fix lint errors (#137)
Browse files Browse the repository at this point in the history
* Update mapping.md

* Update shops.md
  • Loading branch information
lodicolo authored Nov 2, 2023
1 parent af9d346 commit 5936f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/content/docs/en-US/design/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ On the bottom right of the map editor, you'll see a window named 'Map Properties

- *Fog*: Allows you to set fog to your map. Fogs would be located in your clients subfolder `resources\fogs`.
- *Fog Alpha*: Allows you to set your fogs alpha, 255 being solid while 0 is invisible.
- *Fog X Speed*: Allows you to set a fogs horizontal movement speed. 0 being no movement, 5 being the strongest movement.
- *Fog Y Speed*: Allows you to set a fogs vertical movement speed. 0 being no movement, 5 being the strongest movement.
- *Fog X Speed*/*Fog Y Speed*: Allows you to set a fogs horizontal/vertical movement speed (0 being no movement, 5 being the strongest)

### General

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/en-US/design/shops.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Creating shops are done via the `Shop Editor` under the `Game Editors` tab on th

![Items Bought](https://github.com/AscensionGameDev/Intersect-Documentation/assets/72468758/7f7a9b53-8915-43e1-8de1-475cd0ab4a56)

- *Whitelist*: Ticking this box will allow you to add items that will only be bought by this shop. If no items are added, this shop will buy any item.
- *Blacklist*: Ticking this box will allow you to add items that will be blocked from being bought by this shop. If no items are added, this shop will buy any item.
- *Whitelist*: Ticking this box will allow you to add items that will only be bought by this shop. The shop will buy all items if none are added to the list.
- *Blacklist*: Ticking this box will allow you to add items that will be blocked from being bought by this shop.
- *Add Item*: Allows you to select an item from the item editor that you wish to be bought or blocked from this shop.
- *Buy for*: Allows you to select a currency item that the shop will buy for.
- *Sell Amount*: Allows you to set a price of the item.
Expand Down

0 comments on commit 5936f6c

Please sign in to comment.