From fb587c14b5b32098e3626583490ff721271bb42e Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 21 Jul 2025 08:40:26 +0000 Subject: [PATCH] Actualiser Home --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 1785286..7dba040 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ ## Principles All units will use Static Function Modules, linked together through scripting to formulate the behaviors wanted for each unit, allowing great perfomance and customization, as RefCounted object type doesn't save any information, only works as Data Scripts. The idea is to use them to group similar methods or actions, for modules that needs to track it's values, them extending from Object should work, which can hold variables and track logics. -![graph](RTS_classes_diag01.webp) +![graph](img/RTS_classes_diag01.webp) ### Tradeoffs *Abstract Coding / Limited to Static Functions* @@ -25,7 +25,7 @@ We can keep track of metadata constants in a separate class to not mess things u > **Note** By not declaring an extent to a script file, it will automatically extend from `RefCounted` type -![graph](module_example.webp) +![graph](img/module_example.webp) ## Main classes see [Classes](classes) to have an exhaustive list of class and implementation