diff --git a/components/README.md b/components/README.md new file mode 100644 index 0000000..323817f --- /dev/null +++ b/components/README.md @@ -0,0 +1,3 @@ +# Components folder + +Place here all the components you need to use in the project. For example, a ball, a button. diff --git a/events/README.md b/events/README.md new file mode 100644 index 0000000..e987877 --- /dev/null +++ b/events/README.md @@ -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. diff --git a/img/README.md b/img/README.md new file mode 100644 index 0000000..8f4819d --- /dev/null +++ b/img/README.md @@ -0,0 +1,3 @@ +# Image folder + +This folder contains all the images used in the project. diff --git a/interface/README.md b/interface/README.md new file mode 100644 index 0000000..8b1e1f4 --- /dev/null +++ b/interface/README.md @@ -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. diff --git a/utils/README.md b/utils/README.md new file mode 100644 index 0000000..218c72e --- /dev/null +++ b/utils/README.md @@ -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.