Add clarification

IDs for all objects were recently changed to be optional, but this was not reflected in the example script
This commit is contained in:
EmmaKnijn
2022-08-08 17:12:18 +02:00
parent 878e45bf8c
commit 039782ec0e

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