From 039782ec0e94a0451d0f469f99775a5dc3267e0b Mon Sep 17 00:00:00 2001 From: EmmaKnijn <64010592+EmmaKnijn@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:12:18 +0200 Subject: [PATCH] Add clarification IDs for all objects were recently changed to be optional, but this was not reflected in the example script --- docs/home/Quick-Start.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/home/Quick-Start.md b/docs/home/Quick-Start.md index 583344e..5002627 100644 --- a/docs/home/Quick-Start.md +++ b/docs/home/Quick-Start.md @@ -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