Skip to content

Commit 35bdcdf

Browse files
committed
change h3 to h2.
1 parent fb4ff72 commit 35bdcdf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in variety of different project. This framework provide many scripted
77
game mechanics. With those combination of scripts/components could
88
generate enormous variety of different behaviour. <br/><br/>
99

10-
### Create Scene with JCSUnity ###
10+
## Create Scene with JCSUnity ##
1111
Create the simple scene with smooth switching the scene and smooth
1212
switching the background music is always painful. Not because is
1313
hard but is work that you will have to do for mostly every project.
@@ -18,7 +18,7 @@ in the scene. Scene relative variables can be found at 'JCS_Settings'
1818
object 'JCS_SceneSetting' component.<br/>
1919
<img src="./screen_shot/fast_create_scene.gif"/>
2020

21-
### Auto Resize ###
21+
## Auto Resize ##
2222
I use to hate drag and move the anchor point around when dealing
2323
with different resolutions in Unity UI system. Although, this
2424
cost a bit of performance at initialize time, I think is worth it to
@@ -27,36 +27,36 @@ around everytime I start a new project or create a new panel in the
2727
scene. <br/>
2828
<img src="./screen_shot/auto_resize.gif"/>
2929

30-
### GUI System ###
30+
## GUI System ##
3131
Since Unity version 4.6, they have release nice uGUI system, but
3232
with lack of cool effect and sound on there. Here are some simple
3333
effect I made so you can simple make game with details. <br/>
3434
<img src="./screen_shot/GUI_system.gif"/>
3535

36-
### Network Module ###
36+
## Network Module ##
3737
I have never use Unity's network module, but I heard a lot of people
3838
complain how bad Unity handle networking/socket programming. I provide
3939
the basic client side TCP and UDP socket class and some switch
4040
port/host function, so you can use it with the server side code that
4141
you confortable with. <br/>
4242
<img src="./screen_shot/network_module.gif"/>
4343

44-
### Dialogue System ###
44+
## Dialogue System ##
4545
Do you ever had an issue implementing dialogue in Unity? Here is basic
4646
dialogue system which is easy to customize. You can control the text
4747
scroll speed and all the images' position. Just inherent 'JCS_DialogueScript'
4848
class to design you own dialogue! You can test your script in 'JCS_ScriptTeseter'
4949
scene. <br/>
5050
<img src="./screen_shot/dialogue_system.gif"/>
5151

52-
### In Game Log System ###
52+
## In Game Log System ##
5353
Log system inside the game. <br/>
5454
<img src="./screen_shot/IGLog_system.gif"/>
5555

56-
### Demo ###
56+
## Demo ##
5757
* https://www.youtube.com/playlist?list=PLZgPIJqrkb83SBfBSzk0SMchegZFO9lKI
5858

59-
### Games ###
59+
## Games ##
6060
<a href="https://play.google.com/store/apps/details?id=com.aau.jcs" target="_blank">
6161
<img src="./games/hemlock_logo.png" width="100" height="100"/>
6262
</a>

0 commit comments

Comments
 (0)