Issues in the documentation that might've caused confusion #24

Merged
EmmaKnijn merged 2 commits from master into master 2022-08-08 23:27:52 +08:00
Showing only changes of commit 039782ec0e - Show all commits

View File

@@ -47,7 +47,6 @@ local basalt = require("basalt") --> Load the Basalt framework
--> Create the first frame. Please note that Basalt needs at least one active "non-parent" frame to properly supply events
--> When Basalt#createFrame makes use of unique identifiers (commonly referred to as UIDs), meaning that the supplied value must be UNIQUE
--> If the supplied UID is ambiguous, Basalt#createFrame returns a nil value
local mainFrame = basalt.createFrame("mainFrame")
--> Show the frame to the user