|
@@ -3,8 +3,12 @@ return {
|
|
|
summary = 'Called to read configuration settings at startup.',
|
|
|
description = [[
|
|
|
The `lovr.conf` callback lets you configure default settings for LÖVR. It is called once right
|
|
|
- before the game starts. Make sure you put `lovr.conf` in a file called `conf.lua`, a special
|
|
|
- file that's loaded before the rest of the framework initializes.
|
|
|
+ before the game starts.
|
|
|
+
|
|
|
+ :::note
|
|
|
+ Make sure you put `lovr.conf` in a file called `conf.lua`, a special file that's loaded before
|
|
|
+ the rest of the framework initializes.
|
|
|
+ :::
|
|
|
]],
|
|
|
arguments = {
|
|
|
t = {
|