From f174f7829f8dedcce50809462897355baae25314 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 10 Jul 2022 01:56:39 -0500 Subject: [PATCH] Updated layers page --- docs/guide/layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/layers.md b/docs/guide/layers.md index 4c79d138..efa2b87a 100644 --- a/docs/guide/layers.md +++ b/docs/guide/layers.md @@ -1,6 +1,6 @@ # Layers -Profectus content is organized into units called "Layers". When display content to the user, it will be done so by having some number of layers appearing as sections on the screen. They are stored in `/src/data/layers`. +Profectus content is organized into units called "Layers". When displaying content to the user, the screen will be divided into several tabs that each display the content of a layer. These layers are stored in `/src/data/layers`. Each layer is ultimately a collection of different features, and a display function. While there are a couple reserved properties for layers, most of its structure is fully up to the creator.