Merge branch 'main' into dev

This commit is contained in:
Mikhail 2024-10-10 19:57:40 +08:00
commit 0a22f35a6b
3 changed files with 11 additions and 3 deletions

View File

@ -857,7 +857,9 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
# Проекты на 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)
</br>

View File

@ -861,7 +861,9 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
# 使用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)
</br>

View File

@ -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)
@ -864,6 +864,10 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
# 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)
</br>