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

fix lint errors #137

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

- *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 Expand Up @@ -180,7 +179,7 @@
- *Weather*: Allows you to set weather particles on this map. It will show you a list of animations from the animation editor.
- *Weather Imtemsity*: Allows you to set the weathers intensity. 255 being the strongest while 0 is invisible.
- *Weather X Speed*: Allows you to set the weathers horizontal movement. 5 being the strongest, 0 being no movement.
- *Weather Y Speed*: Allows you to set the weathers vertical movement. 5 being the strongest, 0 being no movement.

Check failure on line 182 in src/content/docs/en-US/design/mapping.md

View workflow job for this annotation

GitHub Actions / build

Don't repeat "5 being the strongest" in 2 phrases

## Toolbar

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