Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/doc/lua
diff options
context:
space:
mode:
authorVladimir Krasheninnikov <boba09@list.ru>2025-02-25 23:05:09 +0100
committerVladimir Krasheninnikov <boba09@list.ru>2025-02-25 23:05:09 +0100
commitec20848c4689e73090963255b6cf923d6859c1be (patch)
treea0f69f740b1e2af75a5ca437fbde3b760bee1e77 /doc/lua
parenta70d3720a2b49ea72b6483e5f87b5dc04996bbea (diff)
Format widget.md substring
Diffstat (limited to 'doc/lua')
-rw-r--r--doc/lua/openstarbound/interface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua/openstarbound/interface.md b/doc/lua/openstarbound/interface.md
index 70b2a4b..ede9840 100644
--- a/doc/lua/openstarbound/interface.md
+++ b/doc/lua/openstarbound/interface.md
@@ -55,7 +55,7 @@ Displays a registered pane.
---
#### `CanvasWidget` interface.bindCanvas(`string` name, [`bool` ignoreInterfaceScale = false])
-Binds the canvas widget on the main interface with the specified name as userdata for easy access. The `CanvasWidget` has the same methods as described in widget.md.
+Binds the canvas widget on the main interface with the specified name as userdata for easy access. The `CanvasWidget` has the same methods as described in `widget.md`.
- **ignoreInterfaceScale** is used to ignore the current interface scaling and bind the canvas with the screen size.