2
0
Daniele Bartolini 9 жил өмнө
parent
commit
caafda3b9d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      docs/manual.rst

+ 1 - 1
docs/manual.rst

@@ -33,7 +33,7 @@ Basic concepts
 The source directory
 The source directory
 --------------------
 --------------------
 
 
-The source directory contains all the files that make up an application. Pepper will read the content of the source directory and compile it into efficient binary representation for the target platform(s).
+The source directory contains all the files that make up an application.
 
 
 There is no fixed structure for the files and folders in the source directory, you can organize your content as you see fit. You can for example decide to put all the textures and sounds in the "textures" and "sounds" folders respectively, or maybe sort the content on a per-object basis by putting all the assets for an enemy in the "units/enemy" folder.
 There is no fixed structure for the files and folders in the source directory, you can organize your content as you see fit. You can for example decide to put all the textures and sounds in the "textures" and "sounds" folders respectively, or maybe sort the content on a per-object basis by putting all the assets for an enemy in the "units/enemy" folder.