Przeglądaj źródła

Add icon and license in README

DricomDragon 3 lat temu
rodzic
commit
f3c0dcdd4c
3 zmienionych plików z 238 dodań i 1 usunięć
  1. 231 0
      LICENSE.txt
  2. 7 1
      README.md
  3. BIN
      icon.png

Plik diff jest za duży
+ 231 - 0
LICENSE.txt


+ 7 - 1
README.md

@@ -2,7 +2,9 @@
 
 Experimental project for map creation with biomes.
 
-# Build
+![Biome box logo](icon.png)
+
+## Build
 
 You need `make` and `SDL1` to build this project.
 
@@ -17,3 +19,7 @@ To execute :
 $ make exec
 ```
 
+## License
+
+GNU GPLv3, see `LICENSE.txt`.
+

BIN
icon.png