File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ Before opening an issue or submitting a pull request:
6060## 📁 Project Structure
6161
6262```
63- addons/ Third-party or custom Godot plugins
64- assets/ Assets like images, fonts, icons
65- data/ Config files and static data (e.g. menus)
66- modes/ Standalone editing modes (e.g. HTML Mode)
67- docs/ Project documentation and external guides
68- core/ Main application structure and base nodes
69- action_scripts/ Action scripts and command logic
70- action_scripts/script_scenes / Scenes and assets tied to action scripts
71- shortcuts/ Keybinding definitions for action scripts
63+ addons/ Third-party or custom Godot plugins
64+ assets/ Assets like images, fonts, icons
65+ data/ Config files and static data (e.g. menus)
66+ modes/ Standalone editing modes (e.g. HTML Mode)
67+ docs/ Project documentation and external guides
68+ core/ Main application structure and base nodes
69+ action_scripts/ Action scripts and command logic
70+ action_scripts/scenes / Scenes and assets tied to action scripts
71+ shortcuts/ Keybinding definitions for action scripts
7272```
7373
7474---
You can’t perform that action at this time.
0 commit comments