From 7af468d4c5f094c2e9bcd596c5336f0a6b79f16d Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:11:33 +0800 Subject: [PATCH] add new project --- README-RU.md | 2 ++ README-ZH.md | 2 ++ README.md | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README-RU.md b/README-RU.md index 0daaedf..b4de760 100644 --- a/README-RU.md +++ b/README-RU.md @@ -946,6 +946,8 @@ public struct WorldComponent : IEcsWorldComponent # Проекты на DragonECS * [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) ![screenshot](https://i.ibb.co/hm7Lrm4/Platformer.png) +* [Башенки Смерти (без исходников)](https://yandex.ru/games/app/206024?utm_source=game_popup_menu) +![screenshot](https://avatars.mds.yandex.net/get-vh/6307101/2a00000184f744230c6a62e2c1f7b47fadeb/orig) * [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 3713a7b..386ca40 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -865,6 +865,8 @@ public struct WorldComponent : IEcsWorldComponent # 使用DragonECS的项目 * [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) ![screenshot](https://i.ibb.co/hm7Lrm4/Platformer.png) +* [Башенки Смерти (без исходников)](https://yandex.ru/games/app/206024?utm_source=game_popup_menu) +![screenshot](https://avatars.mds.yandex.net/get-vh/6307101/2a00000184f744230c6a62e2c1f7b47fadeb/orig) * [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 09e4ae7..37106cd 100644 --- a/README.md +++ b/README.md @@ -867,10 +867,11 @@ 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) +* [Башенки Смерти (без исходников)](https://yandex.ru/games/app/206024?utm_source=game_popup_menu) +![screenshot](https://avatars.mds.yandex.net/get-vh/6307101/2a00000184f744230c6a62e2c1f7b47fadeb/orig) * [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) -
# Extensions