diff --git a/Docs/Screen1.png b/Docs/Screen1.png new file mode 100644 index 00000000..37928b16 Binary files /dev/null and b/Docs/Screen1.png differ diff --git a/Jazz2.Core/Game/UI/Menu/AboutSection.cs b/Jazz2.Core/Game/UI/Menu/AboutSection.cs index c638a019..2e7a9abf 100644 --- a/Jazz2.Core/Game/UI/Menu/AboutSection.cs +++ b/Jazz2.Core/Game/UI/Menu/AboutSection.cs @@ -45,7 +45,7 @@ public override void OnPaint(Canvas canvas) api.DrawStringShadow(ref charOffset, "Uses parts of Duality - A 2D GameDev Framework released under MIT/X11 license.", pos.X, y, Alignment.Left, ColorRgba.TransparentBlack, 0.7f, 0.4f, 0.6f, 0.6f, 7f, 0.9f); - api.DrawStringShadow(ref charOffset, "Fedja Adam", pos.X + 25f, y + 16f, + api.DrawStringShadow(ref charOffset, "Fedja Adam & contributors", pos.X + 25f, y + 16f, Alignment.Left, ColorRgba.TransparentBlack, 0.8f, 0.4f, 0.7f, 0.7f, 7f, 0.9f); y += 40f; diff --git a/README.md b/README.md index 8cd4a951..cea445e0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,29 @@ -# [![Jazz² Resurrection](https://github.com/deathkiller/jazz2/raw/master/Docs/Logo.gif)](https://github.com/deathkiller/jazz2) -Jazz² Resurrection is reimplementation of game ***Jazz Jackrabbit 2*** from year 1998. Supports various versions of the game (Shareware Demo, Holiday Hare '98, The Secret Files and Christmas Chronicles). Also, it partially supports some features of [JJ2+](http://jj2.plus/) extension and MLLE. +
+ Jazz² Resurrection +
+ +
+ Open-source Jazz Jackrabbit 2 re-implementation +
+ +
+ + Brought to you by @deathkiller + +
+
+ + +## Introduction +Jazz² Resurrection is reimplementation of game **Jazz Jackrabbit 2** from year 1998. Supports various versions of the game (Shareware Demo, Holiday Hare '98, The Secret Files and Christmas Chronicles). Also, it partially supports some features of [JJ2+](http://jj2.plus/) extension and MLLE. Uses parts of [Duality - A 2D GameDev Framework](https://duality.adamslair.net/). +## Preview +
+ Preview +
+ ## Dependencies ### Windows @@ -101,4 +122,4 @@ Also, you have to remove `/Jazz2/Bin/Debug/Extensions/GL21Backend.core.dll` file ## License -This software is licensed under the [GNU General Public License v3.0](./LICENSE). \ No newline at end of file +This project is licensed under the terms of the [GNU General Public License v3.0](./LICENSE). \ No newline at end of file diff --git a/LICENSE-THIRD-PARTY b/THIRD-PARTY similarity index 100% rename from LICENSE-THIRD-PARTY rename to THIRD-PARTY