Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

docs: 📄 add the documentation for all folders #16

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Components folder

Place here all the components you need to use in the project. For example, a ball, a button.
3 changes: 3 additions & 0 deletions events/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Events folder

Place here all the events you need to use in the project. For example, you can place here your custom events.
3 changes: 3 additions & 0 deletions img/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Image folder

This folder contains all the images used in the project.
3 changes: 3 additions & 0 deletions interface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Interface folder

Place here all the file relative to the interface of the game. For example, you can place here all your screens, popup, and other interactible things.
3 changes: 3 additions & 0 deletions utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Utils folder

Place here all the utilities you need to use in the project. For example, you can place here your custom hooks, your custom functions, etc.