mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Merge branch 'master' of https://github.com/Acamaeda/The-Modding-Tree
This commit is contained in:
commit
b602605bda
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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
|
```js
|
||||||
name: "Make this whatever you want!",
|
title: "Make this whatever you want!",
|
||||||
description: "Double your point gain.",
|
description: "Double your point gain.",
|
||||||
cost: new Decimal(1),
|
cost: new Decimal(1),
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue