From 248788a3354b3585a02fa583c8071991f599372a Mon Sep 17 00:00:00 2001 From: mil3zh <27877964+mil3zh@users.noreply.github.com> Date: Tue, 20 Nov 2018 14:40:02 +0100 Subject: [PATCH] Added logo of libgdx to index.md file (#22283) * Added logo of libgdx to index.md file Added logo of libgdx to index.md file References: ![logo](http://libgdx.badlogicgames.com/img/logo.png) * remove duplicate image, moved it to the top... add line breaks between resources --- guide/english/game-development/libgdx/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guide/english/game-development/libgdx/index.md b/guide/english/game-development/libgdx/index.md index 584975f373..6c9004f3f5 100644 --- a/guide/english/game-development/libgdx/index.md +++ b/guide/english/game-development/libgdx/index.md @@ -2,6 +2,8 @@ title: libGDX --- +![logo](http://libgdx.badlogicgames.com/img/logo.png) + ## Game Development with libGDX libGDX is a free and open-source game-development application framework written in the Java programming language with some C and C++ components for performance dependent code. @@ -11,6 +13,6 @@ LibGDX supports both 2d and 3d game development, and is written in Java. In addi #### Resources: -https://github.com/libgdx/libgdx/wiki -https://libgdx.badlogicgames.com/ +https://github.com/libgdx/libgdx/wiki +https://libgdx.badlogicgames.com/ https://www.reddit.com/r/libgdx/