index.rst 409 B

12345678910111213141516171819202122
  1. :allow_comments: False
  2. Best practices
  3. ==============
  4. .. toctree::
  5. :maxdepth: 1
  6. :name: toc-best-practices
  7. introduction_best_practices
  8. what_are_godot_classes
  9. scene_organization
  10. scenes_versus_scripts
  11. autoloads_versus_internal_nodes
  12. node_alternatives
  13. godot_interfaces
  14. godot_notifications
  15. data_preferences
  16. logic_preferences
  17. project_organization
  18. version_control_systems