From 326792a2c1d24ad3f40c30e20b6f2e0acde77062 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Fri, 21 Feb 2025 18:38:59 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2739dc6..724383f 100644 --- a/README.md +++ b/README.md @@ -556,7 +556,7 @@ Example: ```lua local my_gui = flow.make_gui(function(player, ctx) return gui.VBox{ - -- 0 is the start/top, 1 is the bottom/end + -- 0 is the top/left, 1 is the bottom/right window_position = {x = 0, y = 0}, window_anchor = {x = 1, y = 1},