Skip to content

Commit

Permalink
Merge pull request Acamaeda#42 from The-Society-Of-Optimistic-Snails/…
Browse files Browse the repository at this point in the history
…master

Changed 'name' to 'title' in upgrades code
  • Loading branch information
Acamaeda authored Sep 8, 2021
2 parents bfbd41a + 0bba816 commit ec6351e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/making-a-mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Given that, let's make our first upgrade! Insert this line in between the bracke
Reload the page, and an upgrade will appear in the layer's tab! It will just be blank though. We need to fill out its features, which works similarly to giving a layer features. Here are the features we'll need:

```js
name: "Make this whatever you want!",
title: "Make this whatever you want!",
description: "Double your point gain.",
cost: new Decimal(1),
```
Expand Down Expand Up @@ -101,4 +101,4 @@ To implement this effect, we modify gainMult, which returns the multiplier to th
},
```

Refresh the page and see your new upgrade! Next time: a new layer...
Refresh the page and see your new upgrade! Next time: a new layer...

0 comments on commit ec6351e

Please sign in to comment.