Skip to content

Commit c45b817

Browse files
committed
Update layout
1 parent 89533b3 commit c45b817

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

README.MD

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ Table of content
2222
- [Table of content](#table-of-content)
2323
- [Features](#features)
2424
- [How to use](#how-to-use)
25-
- [1. Initialize Project](#1-initialize-project)
26-
- [2. Export Collection](#2-export-collection)
27-
- [3. View Collection Summary](#3-view-collection-summary)
28-
- [4. View Rarity Table](#4-view-rarity-table)
25+
- [1. Initialize Project](#1-initialize-project)
26+
- [2. Export Collection](#2-export-collection)
27+
- [3. View Collection Summary](#3-view-collection-summary)
28+
- [4. View Rarity Table](#4-view-rarity-table)
2929
- [Support Configurations](#support-configurations)
30-
- [1. Layer Order](#1-layer-order)
31-
- [2. Incompatible Layers](#2-incompatible-layers)
32-
- [3. Forced Combined Layers](#3-forced-combined-layers)
33-
- [4. Project Description](#4-project-description)
34-
- [5. Number of unique items](#5-number-of-unique-items)
35-
- [6. Extra Attributes](#6-extra-attributes)
36-
- [7. Extra Meta Data](#7-extra-meta-data)
37-
- [8. Hash Image](#8-hash-image)
38-
- [9. Base URI](#9-base-uri)
30+
- [1. Layer Order](#1-layer-order)
31+
- [2. Incompatible Layers](#2-incompatible-layers)
32+
- [3. Forced Combined Layers](#3-forced-combined-layers)
33+
- [4. Project Description](#4-project-description)
34+
- [5. Number of unique items](#5-number-of-unique-items)
35+
- [6. Extra Attributes](#6-extra-attributes)
36+
- [7. Extra Meta Data](#7-extra-meta-data)
37+
- [8. Hash Image](#8-hash-image)
38+
- [9. Base URI](#9-base-uri)
3939
- [Contributing](#contributing)
4040

4141

@@ -78,7 +78,7 @@ How to use
7878
----------
7979

8080

81-
##### 1. Initialize Project
81+
#### 1. Initialize Project
8282
```
8383
nftgen.exe project init
8484
```
@@ -99,7 +99,7 @@ How to use
9999
```nftgen.exe project --path "<projectPath>"```
100100

101101

102-
##### 2. Export Collection
102+
#### 2. Export Collection
103103
```
104104
nftgen.exe project generate
105105
```
@@ -112,7 +112,7 @@ nftgen.exe project generate
112112
| workers | 1 | Number of parallel process |
113113
| regen | false | Regenerate without change attribues |
114114

115-
##### 3. View Collection Summary
115+
#### 3. View Collection Summary
116116
```
117117
nftgen.exe project summary
118118
```
@@ -122,7 +122,7 @@ nftgen.exe project summary
122122
| Option | Default | Description |
123123
| ------ | --------------- | ------------ |
124124
| path | Excution folder | Project path |
125-
##### 4. View Rarity Table
125+
#### 4. View Rarity Table
126126
```
127127
nftgen.exe project rarity
128128
```
@@ -136,9 +136,9 @@ nftgen.exe project rarity
136136
Support Configurations
137137
----------------------
138138

139-
For compatiblity we use the same configuration format as [HasLips]()
139+
For compatiblity we use the same configuration format as *HashLips/hashlips_art_engine*
140140

141-
##### 1. Layer Order
141+
#### 1. Layer Order
142142
```json
143143
"layerConfigurations":[
144144
{
@@ -151,7 +151,7 @@ For compatiblity we use the same configuration format as [HasLips]()
151151
}]
152152
```
153153

154-
##### 2. Incompatible Layers
154+
#### 2. Incompatible Layers
155155
```json
156156
"incompatible": {
157157
"<TraiType/LayerName>*<TraitName>": [
@@ -172,7 +172,7 @@ For compatiblity we use the same configuration format as [HasLips]()
172172
```
173173
In here you need **Sunglass*1-01.png** not combined with [**Beard*1-01.png**, **Mouth*1-01.png**]
174174

175-
##### 3. Forced Combined Layers
175+
#### 3. Forced Combined Layers
176176
```json
177177
"forcedCombinations": {
178178
"<TraiType/LayerName>*<TraitName>": [
@@ -195,38 +195,38 @@ In here you need **Sunglass*1-01.png** not combined with [**Beard*1-01.png**, **
195195
In here you need **Sunglass*1-01.png** with **Hat*2-01.png** and **Pipe*1-01.png**
196196

197197

198-
##### 4. Project Description
198+
#### 4. Project Description
199199
```json
200200
"description": "<text>",
201201
```
202-
##### 5. Number of unique items
202+
#### 5. Number of unique items
203203
```json
204204
"uniqueDnaTorrance":<int>
205205
```
206206
- Using this variable system will generate unique assets
207207

208-
##### 6. Extra Attributes
208+
#### 6. Extra Attributes
209209
```json
210210
"extraAttributes": [{
211211
"<name-1>": "<text>",
212212
"<name-2>": <value>
213213
}]
214214
```
215215

216-
##### 7. Extra Meta Data
216+
#### 7. Extra Meta Data
217217
```json
218218
"extraMetadata": {
219219
"testName": "testValue"
220220
}
221221
```
222222

223-
##### 8. Hash Image
223+
#### 8. Hash Image
224224
```json
225225
"hashImages": false,
226226
```
227227
Set this to `true` if metadata should contain image hash value
228228

229-
##### 9. Base URI
229+
#### 9. Base URI
230230

231231
```json
232232
"baseURI": "<baseurl>"

0 commit comments

Comments
 (0)