Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Lepton committed Apr 18, 2019
1 parent 8cd2f94 commit 3649f63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![lkl-logo](image/lkl-logo.png)
# lkl
![raccoon](image/raccoon.png)
# raccoon

This library is from the [Kha Tutorial Series Github](https://github.com/lewislepton/kha-tutorial-series) & the [Kha Tutorial Series YouTube Playlist](https://www.youtube.com/playlist?list=PL4neAtv21WOmmR5mKb7TQvEQHpMh1h0po)

Expand All @@ -8,7 +8,7 @@ This repo will be updated each time the library is updated in the series & built
# Install
Within terminal/command line & making sure haxe/haxelib is setup:

haxelib git lkl https://github.com/lewislepton/lkl.git
haxelib git raccoon https://github.com/lewislepton/raccoon.git


# Update
Expand All @@ -19,7 +19,7 @@ Simply enter this in terminal/command line:
# How To Use?
In a Kha project, go to the `khafile.js` add put this in:

project.addLibrary('lkl');
project.addLibrary('raccoon');

You can then use the library in a Kha project

Expand All @@ -30,7 +30,7 @@ This player moves in all directions, with no downward velocity
import kha.Color;
import kha.input.KeyCode;

import lkl.Entity;
import raccoon.Entity;

class Player extends Entity {
public var up:Bool;
Expand Down Expand Up @@ -97,7 +97,7 @@ This player moves in all directions, with no downward velocity
import kha.Framebuffer;
import kha.input.Mouse;

import lkl.particle.Emitter;
import raccoon.particle.Emitter;

class Project {
var emitter:Emitter;
Expand Down
Binary file removed image/lkl-logo.png
Binary file not shown.
Binary file added image/raccoon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3649f63

Please sign in to comment.