Skip to content

Commit 0fcd736

Browse files
authored
Update README.md
1 parent 690ffd3 commit 0fcd736

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Read the in-game manual in the help menu for usage instructions.
1717

1818
# For mod developers
1919

20-
## Option types
21-
### `CHECKBOX`
20+
# Option types
21+
## `CHECKBOX`
2222

2323
![image](https://github.com/user-attachments/assets/bf8bcaf1-9a0e-41cf-8314-58273a1ef467)
2424

@@ -34,7 +34,7 @@ Read the in-game manual in the help menu for usage instructions.
3434
}
3535
```
3636

37-
### `BUTTON_GROUP`
37+
## `BUTTON_GROUP`
3838

3939
![image](https://github.com/user-attachments/assets/ec58b7a0-1d6a-4208-80fa-ba16996cff12)
4040

@@ -66,7 +66,7 @@ const myenum = {
6666
}
6767
```
6868

69-
### `OBJECT_SLIDER`
69+
## `OBJECT_SLIDER`
7070

7171
![image](https://github.com/user-attachments/assets/bc9d4b03-9741-405a-aec7-e439dcc8fc13)
7272

@@ -123,7 +123,7 @@ const myenum = {
123123
}
124124
```
125125

126-
### `BUTTON`
126+
## `BUTTON`
127127

128128
![image](https://github.com/user-attachments/assets/d77958cf-0f07-4458-88b3-186fb69b6b75)
129129

@@ -138,7 +138,7 @@ const myenum = {
138138
}
139139
```
140140

141-
### `INFO`
141+
## `INFO`
142142

143143
![image](https://github.com/user-attachments/assets/3b2d99ca-4c1f-4747-bbfe-3535d00cf19b)
144144

@@ -149,7 +149,7 @@ const myenum = {
149149
}
150150
```
151151

152-
### `CONTROLS`
152+
## `CONTROLS`
153153

154154
![image](https://github.com/user-attachments/assets/9ca704ba-84bb-496c-a74c-d6072bc7341a)
155155

@@ -173,7 +173,9 @@ const myenum = {
173173
}
174174
```
175175

176-
### `INPUT_FIELD`
176+
## `INPUT_FIELD`
177+
178+
![image](https://github.com/user-attachments/assets/e184bf00-7695-421f-be65-ddd795abccb3)
177179

178180
```javascript
179181
{
@@ -185,6 +187,8 @@ const myenum = {
185187
},
186188
```
187189

190+
![image](https://github.com/user-attachments/assets/269bcf55-48eb-44c7-a133-02b290cdc84d)
191+
188192
```javascript
189193
{
190194
type: 'INPUT_FIELD',
@@ -199,7 +203,7 @@ const myenum = {
199203
},
200204
```
201205

202-
### `JSON_DATA`
206+
## `JSON_DATA`
203207
```javascript
204208
{
205209
type: 'JSON_DATA',
@@ -212,7 +216,7 @@ const myenum = {
212216

213217
### Full example
214218

215-
![image](https://github.com/user-attachments/assets/a8978378-4b2d-4b79-973f-0a10e0b100de)
219+
![image](https://github.com/user-attachments/assets/075ed3bc-8fa8-4b0c-87f0-64ee025913d7)
216220

217221
```javascript
218222
// for typescript:

0 commit comments

Comments
 (0)