Skip to content

Commit d087197

Browse files
Update docs to: Big refactor P4
1 parent 5929ac6 commit d087197

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/contributing.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
---

0 commit comments

Comments
 (0)