Skip to content

Commit 9c4a064

Browse files
committed
missed these
1 parent f984eb3 commit 9c4a064

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SMODS.Language.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- `key` (does not get prefixed by default)
44
- `label`: The label displayed on the language selection screen
55
- **Optional parameters** *(defaults)*:
6+
- `prefix_config, dependencies` [(reference)](https://github.com/Steamodded/smods/wiki/API-Documentation#common-parameters)
67
- `font = 1`: When a number is specified, use the corresponding font provided by the game.
78
- 1: m6x11plus (Latin alphabet)
89
- 2: NotoSansSC-Bold (Simplified Chinese)

SMODS.ObjectType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ For consumable types, a sprite for undiscovered objects can be registered. Other
7272
- `atlas`
7373
- `pos`
7474
- **Optional parameters:**
75+
- `prefix_config, dependencies` [(reference)](https://github.com/Steamodded/smods/wiki/API-Documentation#common-parameters)
7576
- `no_overlay`: disables the floating ? sprite from undiscovered objects
7677
- `overlay_pos`: customize the floating ? sprite using your atlas. Expects `{x = 0, y = 0}`

0 commit comments

Comments
 (0)