Refactor code structure for improved readability and maintainability

This commit is contained in:
Kirill
2026-05-26 23:21:44 +03:00
parent 3bab036cc4
commit edb5ec9dfa
28 changed files with 238 additions and 426 deletions
+9
View File
@@ -0,0 +1,9 @@
---
name: Project Architecture
---
В этом проекте используется следующая архитектура:
- StateMachine на основе Node + signals
- Inventory использует ItemStack и SignalBus
- Все данные сохраняются через SaveManager (autoload)
- UI строится через Control + custom themes