From b5ed3569d19c05763314459850b80726c1dfb702 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:43:19 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19721d8..34a495d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Framework aims > > While the English version of the README is incomplete, you can view the [Russian version](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md). -## Оглавление +## Table of Contents - [Installation](#Installation) - [Basic Concepts](#Basic-Concepts) - [Entity](#entity) From d159bbff4ba661b9c6a8b1a054c729c2c58cbaf8 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:37:08 +0800 Subject: [PATCH 2/3] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5854b56..2714314 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ bld/ [Oo]bj/ [Ll]og/ [Ll]ogs/ + +[Bb]in.meta +[Oo]bj.meta From a89ab036677a494025242ce26ee99dd88cb54021 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:03:40 +0800 Subject: [PATCH 3/3] update readme --- README-RU.md | 4 +++- README-ZH.md | 4 +++- README.md | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README-RU.md b/README-RU.md index 02f00fe..926366f 100644 --- a/README-RU.md +++ b/README-RU.md @@ -857,7 +857,9 @@ public struct WorldComponent : IEcsWorldComponent # Проекты на DragonECS * [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) -![alt text](https://i.ibb.co/hm7Lrm4/Platformer.png) +![screenshot](https://i.ibb.co/hm7Lrm4/Platformer.png) +* [Tiny Aliens (Ludum Dare 56)](https://ldjam.com/events/ludum-dare/56/tiny-aliens) +![screenshot](https://static.jam.host/raw/467/31/z/66681.png)
diff --git a/README-ZH.md b/README-ZH.md index bbed8aa..1aa0314 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -861,7 +861,9 @@ public struct WorldComponent : IEcsWorldComponent # 使用DragonECS的项目 * [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) -![alt text](https://i.ibb.co/hm7Lrm4/Platformer.png) +![screenshot](https://i.ibb.co/hm7Lrm4/Platformer.png) +* [Tiny Aliens (Ludum Dare 56)](https://ldjam.com/events/ludum-dare/56/tiny-aliens) +![screenshot](https://static.jam.host/raw/467/31/z/66681.png)
diff --git a/README.md b/README.md index 34a495d..7c15fb3 100644 --- a/README.md +++ b/README.md @@ -864,6 +864,10 @@ public struct WorldComponent : IEcsWorldComponent # Projects powered by DragonECS * [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) +![screenshot](https://i.ibb.co/hm7Lrm4/Platformer.png) +* [Tiny Aliens (Ludum Dare 56)](https://ldjam.com/events/ludum-dare/56/tiny-aliens) +![screenshot](https://static.jam.host/raw/467/31/z/66681.png) +