From 6c2e40419dd29d7a1b7c8ef7c772ef559231cdcd Mon Sep 17 00:00:00 2001 From: Ernest Oppetit Date: Mon, 20 May 2019 17:28:44 +0100 Subject: [PATCH 1/3] Readme image --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da28ce0e..2bd472c6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ - **LICENSE:** Use of the contents of this repository is subject to the [license](LICENSE.md) +![](https://commondatastorage.googleapis.com/improbable-docs/docs2/unreal/1467e0562596379c/assets/example-project/example-project-headline.png) + This project is an example shooter game which uses the [SpatialOS GDK for Unreal](https://github.com/spatialos/unrealGDK). The project contains gameplay and assets that are representative of a basic first-person shooter running on SpatialOS. If you want to make your own project from scratch, use the [Starter Template](https://docs.improbable.io/unreal/alpha/content/get-started/gdk-template). @@ -51,4 +53,4 @@ The GDK and related projects are available on GitHub. We are not currently accepting public contributions. However, we are accepting [issues](https://github.com/spatialos/UnrealGDK/issues) and we do want your feedback. -© 2019 Improbable \ No newline at end of file +© 2019 Improbable From f7d3d856d080e5c003ff0832a8176cd9842c0e8d Mon Sep 17 00:00:00 2001 From: Ernest Oppetit Date: Tue, 21 May 2019 10:48:47 +0100 Subject: [PATCH 2/3] Add example project image with logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd472c6..f84c9498 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - **LICENSE:** Use of the contents of this repository is subject to the [license](LICENSE.md) -![](https://commondatastorage.googleapis.com/improbable-docs/docs2/unreal/1467e0562596379c/assets/example-project/example-project-headline.png) +![Example Project](https://user-images.githubusercontent.com/2433131/58086122-f28af200-7bb5-11e9-9b96-b13b747130d0.png) This project is an example shooter game which uses the [SpatialOS GDK for Unreal](https://github.com/spatialos/unrealGDK). From 8f5db4bc4b04856e3af7f4388b3ed682671caae8 Mon Sep 17 00:00:00 2001 From: Ernest Oppetit Date: Tue, 21 May 2019 10:51:59 +0100 Subject: [PATCH 3/3] Image sizing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f84c9498..f573b906 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SpatialOS Unreal GDK Example Project -- **LICENSE:** Use of the contents of this repository is subject to the [license](LICENSE.md) + -![Example Project](https://user-images.githubusercontent.com/2433131/58086122-f28af200-7bb5-11e9-9b96-b13b747130d0.png) +- **LICENSE:** Use of the contents of this repository is subject to the [license](LICENSE.md) This project is an example shooter game which uses the [SpatialOS GDK for Unreal](https://github.com/spatialos/unrealGDK).