Skip to content

Commit

Permalink
made images link clickable
Browse files Browse the repository at this point in the history
also corrected git clone url
  • Loading branch information
hdragomir committed Jun 21, 2012
1 parent c55a77e commit 985550b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To build the game you need the following tools:

# Getting Started

- `git clone git@github.com:wooga/pocket_island.git`
- `git clone git@github.com:wooga/Pocket-Island.git`

- Get the art assets from cdn-mkt.wooga.com/downloads/images.zip and extract them into ./Pocket-Island/images.
- Get the art assets from http://cdn-mkt.wooga.com/downloads/images.zip and extract them into ./Pocket-Island/images.

- Run `rake` to generate all config files, sprite images, etc.

Expand Down Expand Up @@ -51,4 +51,4 @@ to generate the image based on ``sprite_name.sprite`` file.
An image and ``sprite_name.json`` will be generated.
Use the value from the json file to update ``entities.json`` with
``width``, ``height``, ``spritey`` and ``offsetY`` values.
Remember to divide pixel values by 48 before entering them in ``entities.json``.
Remember to divide pixel values by 48 before entering them in ``entities.json``.

0 comments on commit 985550b

Please sign in to comment.