From ee0198f9758b40250a17833cca35b706a33da6d9 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:49:24 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60e7bb..5ad93d0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

# DragonECS - C# Entity Component System Framework -| Languages: | [Русский](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md) | [English(WIP)](https://github.com/DCFApixels/DragonECS) | [中文](https://github.com/DCFApixels/DragonECS/blob/main/README-ZN.md) | +| Languages: | [![russia](https://github.com/user-attachments/assets/7bc29394-46d6-44a3-bace-0a3bae65d755) Русский](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md) | [![united-kingdom](https://github.com/user-attachments/assets/30528cb5-f38e-49f0-b23e-d001844ae930) English(WIP)](https://github.com/DCFApixels/DragonECS) | [![china](https://github.com/user-attachments/assets/8e598a9a-826c-4a1f-b842-0c56301d2927) 中文](https://github.com/DCFApixels/DragonECS/blob/main/README-ZN.md) | | :--- | :--- | :--- | :--- | The [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Framework aims to maximize usability, modularity, extensibility and performance of dynamic entity changes. Without code generation and dependencies. Inspired by [LeoEcs](https://github.com/Leopotam/ecslite).