From e597efe042d84b463cad6609286ac503745f952e Mon Sep 17 00:00:00 2001 From: hazzard993 Date: Tue, 19 Feb 2019 10:00:33 +1000 Subject: [PATCH 1/2] Referenced love2d defs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 307f56dae..39f4c65bf 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ All contributions are welcome, but please read our [contribution guidelines](htt The real power of this transpiler is usage together with good declarations for the Lua API provided. Some examples of Lua interface declarations can be found here: - [Dota 2 Modding](https://github.com/ModDota/API/tree/master/declarations/server) - [Defold Game Engine Scripting](https://github.com/dasannikov/DefoldTypeScript/blob/master/defold.d.ts) +- [LÖVE 2D Game Engine Scripting](https://github.com/hazzard993/love-typescript-definitions) ## Building & Tests From 49d056a09827b7c83221bdc135fe729046768c6c Mon Sep 17 00:00:00 2001 From: hazzard993 Date: Tue, 19 Feb 2019 15:47:24 +1000 Subject: [PATCH 2/2] Game Engine Scripting -> Game Development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f4c65bf..cd7802ff7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ All contributions are welcome, but please read our [contribution guidelines](htt The real power of this transpiler is usage together with good declarations for the Lua API provided. Some examples of Lua interface declarations can be found here: - [Dota 2 Modding](https://github.com/ModDota/API/tree/master/declarations/server) - [Defold Game Engine Scripting](https://github.com/dasannikov/DefoldTypeScript/blob/master/defold.d.ts) -- [LÖVE 2D Game Engine Scripting](https://github.com/hazzard993/love-typescript-definitions) +- [LÖVE 2D Game Development](https://github.com/hazzard993/love-typescript-definitions) ## Building & Tests