Skip to content

Commit 7750ea4

Browse files
author
mattrick
committed
2 parents f357d00 + 363afc3 commit 7750ea4

9 files changed

Lines changed: 24 additions & 61 deletions

Assets/Scripts/Chunk.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Scripts/Crosshair.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Scripts/Noise.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Scripts/PlayerIO.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Scripts/PlayerWalkScript.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Scripts/PlayerWalkScriptLeft.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Scripts/World.cs.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
License
2+
-------
3+
This program is free software: you can redistribute it and/or modify
4+
it under the terms of the GNU General Public License as published by
5+
the Free Software Foundation, either version 3 of the License, or
6+
(at your option) any later version.
7+
8+
This program is distributed in the hope that it will be useful,
9+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
GNU General Public License for more details.
12+
13+
You should have received a copy of the GNU General Public License
14+
along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
16+
17+
More Information
18+
----------------
19+
The source code and files contained in all files in this repository are property of their original owners. All files that do not have a license otherwise, are placed under the GNU General Public License. By using the files in this repository, you aggree that the contained code is provided with no warranty or guarentess and agree to all licenses in this repository. To redistribute this, you must give credit to all the original authors (listed in the credits of the README.md file).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Mine-in-Unity
33
![Screeny of Mine In Unity] (http://i39.tinypic.com/2wn49pf.png)
44
Free, open source Minecraft clone made in Unity3D!
55

6+
Download [Unity](http://unity3d.com/)
7+
68
Installation
79
------------
810
1. Clone using git
@@ -18,22 +20,20 @@ Controls
1820
- A: Move Left
1921
- S: Move Backward
2022
- D: Move Right
21-
2223
- Mouse: Camera Control
23-
2424
- Right Click: Place Block
2525
- Left Click: Break Block
2626
- Middle Click: Select Block
27-
2827
- F5: 3rd Person View (Second Time Resets It)
28+
- ~~ESC + F1: Exit Game~~ (Coming in v0.1.2d)
2929

3030
Version Info
3131
------------
3232
Changelog:
33-
First Release (0.1}
33+
First Release (0.1)
3434

3535
Known Bugs:
36-
- Walking is REALLY weird. We'd appreciate anyone's help with fixing that!
36+
- Walking animation is REALLY weird. We'd appreciate anyone's help with fixing that!
3737
- Slight lag on chunk load.
3838
- Block glitching.
3939
- Some world generation bugs, not too noticeable.

0 commit comments

Comments
 (0)