From 866173207a90a70dcb3067c03d283eee27f301a8 Mon Sep 17 00:00:00 2001 From: Xertis <118364459+Xertis@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:19:17 +0300 Subject: [PATCH] adding comments --- res/layouts/pages/content.xml.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/layouts/pages/content.xml.lua b/res/layouts/pages/content.xml.lua index e480b490..73b7d54e 100644 --- a/res/layouts/pages/content.xml.lua +++ b/res/layouts/pages/content.xml.lua @@ -5,9 +5,13 @@ function on_open(params) refresh() end +-- add - packs to be added to the world (after apply) +-- rem - packs that should be removed from the world (after apply) add_packs = {} rem_packs = {} +-- included - connected packs to the world +-- excluded - packs that are not connected to the world packs_included = {} packs_excluded = {}