Browse Source

Signed-off-by: zry <admin@z-touhou.org>

zry 8 years ago
parent
commit
6939fd6874
2 changed files with 5 additions and 2 deletions
  1. 2 1
      .gitignore
  2. 3 1
      README.md

+ 2 - 1
.gitignore

@@ -15,4 +15,5 @@
 *.sdf
 *.opensdf
 
-/DxLib/*
+/DxLib/*
+/Res/*

+ 3 - 1
README.md

@@ -15,4 +15,6 @@ Then you should put the libraries and headfiles into a directory named 'DxLib'
 2.Static Resource Files
 ###
 You can download them from:
-http://
+http://
+Then you should put the libraries and headfiles into a directory named 'Res'
+(Name it as what '.gitignore' file said.)