Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 8, 2015
1 parent 2897389 commit 0881ef0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Binary file modified Assets/WebPlayerTemplates/HappyFunTimes/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Assets/WebPlayerTemplates/HappyFunTimes/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {},
"description": "A super simple 2D platform game in Unity.",
"description": "A Multi-Controller Getting Started HappyFunTimes sample",
"happyFunTimes": {
"apiVersion": "1.13.0",
"category": "example",
"gameId": "unity2dplatformer",
"gameId": "hft-unity-gamepad",
"gameType": "Unity3D",
"minPlayers": 1
},
"name": "Unity 2D Platformer",
"name": "HappyFunTimes Gamepad",
"private": false,
"version": "0.0.6"
}
Binary file modified Assets/WebPlayerTemplates/HappyFunTimes/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ This is a sample Unity3D game for the [HappyFunTimes party games system](http://
This one emulates a bunch of simple controllers. This allows you to get started with HappyFunTimes in
your Unity project very quickly.

<img src="screenshots.png" />
<img src="Assets/WebPlayerTemplates/HappyFunTimes/screenshot.png" />

The included sample is basically [the 2D platformer example](https://unity3d.com/learn/tutorials/modules/beginner/2d) from the
unity website with HappyFunTimes control added as well as a generic controller.

Players that fall of the bottom or edges are respawned
unity website with HappyFunTimes control added as well as a generic controller. A example showing using orientation and
an example showing using the phone as a touch pad.

[Some more docs can be found here](http://docs.happyfuntimes.net/docs/unity/gamepad.html).

Expand Down
Binary file removed screenshots.png
Binary file not shown.

0 comments on commit 0881ef0

Please sign in to comment.