Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
jamesdouble committed May 11, 2017
1 parent b8dcfc9 commit a27ddc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# JDBreaksLoading

***
#Introduction
# Introduction
JDBreaksLoading Based on simple UIView and SpriteKit.

You can easily start up a little breaking game by one line.
Expand All @@ -12,7 +12,7 @@ Thanks for using.

![Alt text](/../master/Readme_img/JDBreaksLoading.gif?raw=true "")

#Usage
# Usage

To add JDBreaksLoading to your view, just give it a frame and addSubview.

Expand All @@ -21,7 +21,7 @@ To add JDBreaksLoading to your view, just give it a frame and addSubview.
self.view.addSubview(jdbreaksLoading)
```

###Game Configuration
### Game Configuration
The default [ Ball, Block , Paddle -> All white, Block count: 3 ]

If you want to chagnge some game setting (color, block...etc).
Expand Down

0 comments on commit a27ddc7

Please sign in to comment.