From d91d9e2b7dcf5a9b056dd844bceafe60e22ea17b Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Tue, 29 Apr 2025 19:10:29 +0200 Subject: [PATCH] Updated principals --- ImportantPrincipals.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ImportantPrincipals.md b/ImportantPrincipals.md index c4a01ef..2984483 100644 --- a/ImportantPrincipals.md +++ b/ImportantPrincipals.md @@ -12,3 +12,8 @@ When creating the client side of a module there are some really important things - You do not need to specify - When using reference properties try to use api.onPropertyUpdate as much as possible. This way it also get's live updates from the editor. Try to avoid sending them from the server side as much as possible. - Use api.getTime() for any time calculations, this time is synced with the server. +- Module should not have a background since the are global backgrounds for each module. +- Module should not have any css filters applied to them since the are global filters for each module. +- Module should not have any css blending applied to them since the are global blending for each module. +- Module should not have any css borders applied to them since the are global borders for each module. +- Module should not have any css padding applied to them since the are global padding for each module.