Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ UI Prototype: [https://modao.cc/app/GhibQOQlOKeugbsDhTPi0qnDaztNAcc](https://mod

# Usual build faults!important( •́ .̫ •̀ )
#### okokok, first, please set the environment variable JAVA8_HOME and JAVA7_HOME to your jdk7 and jdk8 file position
####1."SDK location not found ..." or other errors when build the gradle.
#### 1."SDK location not found ..." or other errors when build the gradle.
please download "android sdk" at first. you have to download those modules:
- Android SDK Build-tools (23.0.1)
- Android 5.1.1 (API 22)
Expand All @@ -31,13 +31,13 @@ please download "android sdk" at first. you have to download those modules:

and, you have to [set "ANDROID_HOME" variable](https://www.google.com.hk/#newwindow=1&q=how+to+set+ANDROID_HOME) or [create a local.properties file on project root!](http://stackoverflow.com/questions/23983221/importing-gradle-project-android-error)

####2.first run this game by eclipse or android studio, and got an error "Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: xxxxxxxxx"
#### 2.first run this game by eclipse or android studio, and got an error "Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: xxxxxxxxx"
easy ,it's [eclipse solution](http://stackoverflow.com/questions/22822767/new-libgdx-setup-receive-file-not-found/22833470#22833470), and here is [android studio solution](http://stackoverflow.com/questions/24879812/libgdx-project-exception-in-thread-lwjgl-application-couldnt-load-file-erro)

####3.oh no, there are some errors in this project!
#### 3.oh no, there are some errors in this project!
don't worry, the game is working, those errors is my debugging.

####4.and more...
#### 4.and more...
you can create an issue, or mail to dingjibang@qq.com.

# Game( ̄∀ ̄)
Expand All @@ -56,6 +56,6 @@ You can visit [http://shadow.rpsg-team.com](http://shadow.rpsg-team.com) to see
# What am I doing (`・ω・´)
now, i'm reconstitute the MENU UI module

#Others(╭ ̄3 ̄)╭♡
# Others(╭ ̄3 ̄)╭♡
Sorry,the project inner images is protected by COPYRIGHT, don't use in other places please :) <br/>
Others ,it's noncommercial.
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ UI设计图: [https://modao.cc/app/GhibQOQlOKeugbsDhTPi0qnDaztNAcc](https://moda

# 经常出现的“为啥我编译不成功”!important( •́ .̫ •̀ )
#### 首先,请看下你的环境变量(JAVA8_HOME, JAVA7_HOME)有吗!以下是一些常见问题
####1.当编译gradle时候,显示"SDK location not found ..."
#### 1.当编译gradle时候,显示"SDK location not found ..."
首先这个项目需要安卓sdk才可以运行,因为跨平台,也有安卓的那部分你懂的,使用adt并且下载至少以下的模块,才可以继续编译成功:
- Android SDK Build-tools (23.0.1)
- Android 5.1.1 (API 22)
Expand All @@ -29,13 +29,13 @@ UI设计图: [https://modao.cc/app/GhibQOQlOKeugbsDhTPi0qnDaztNAcc](https://moda
当然有时候设置了还是不好使,你可以尝试[建一个叫local.properties的文件在项目的根目录并且写入相关路径](http://stackoverflow.com/questions/23983221/importing-gradle-project-android-error)


####2.第一次跑这个程序时候,显示 "Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: xxxxxxxxx"
#### 2.第一次跑这个程序时候,显示 "Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: xxxxxxxxx"
这个也很简单,[这是eclipse的解决办法](http://stackoverflow.com/questions/22822767/new-libgdx-setup-receive-file-not-found/22833470#22833470), [这是as的解决办法](http://stackoverflow.com/questions/24879812/libgdx-project-exception-in-thread-lwjgl-application-couldnt-load-file-erro)

####3.项目还是有些红叉叉?
#### 3.项目还是有些红叉叉?
没关系,可能是我没写完就着急上传了QAQ

####4.其他问题...
#### 4.其他问题...
你可以建一个issue来提问,或者发邮箱至dingjibang@qq.com来提交问题

# 游戏部分截图( ̄∀ ̄)
Expand All @@ -53,5 +53,5 @@ UI设计图: [https://modao.cc/app/GhibQOQlOKeugbsDhTPi0qnDaztNAcc](https://moda
# 这项目开发到哪了?
瞎〇巴开发,想到哪写哪hhh

#其他问题(╭ ̄3 ̄)╭♡
# 其他问题(╭ ̄3 ̄)╭♡
本项目中所有图片都是拥有相关版权的,请千万一定不要拿到别的地方去用,其他的诸如代码都是可以随便搞的
2 changes: 1 addition & 1 deletion extension/ItemEditor2 - 副本/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ GDX-RPG Resource Editor<br>
## using:
1.cd here<br>
2.npm install<br>
3.npm start<br>
3.npm start<br>