mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
Merge branch 'main' into dev
This commit is contained in:
commit
0a22f35a6b
@ -857,7 +857,9 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
|||||||
|
|
||||||
# Проекты на DragonECS
|
# Проекты на DragonECS
|
||||||
* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
||||||

|

|
||||||
|
* [Tiny Aliens (Ludum Dare 56)](https://ldjam.com/events/ludum-dare/56/tiny-aliens)
|
||||||
|

|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
@ -861,7 +861,9 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
|||||||
|
|
||||||
# 使用DragonECS的项目
|
# 使用DragonECS的项目
|
||||||
* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
||||||

|

|
||||||
|
* [Tiny Aliens (Ludum Dare 56)](https://ldjam.com/events/ludum-dare/56/tiny-aliens)
|
||||||
|

|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
@ -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).
|
> 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)
|
- [Installation](#Installation)
|
||||||
- [Basic Concepts](#Basic-Concepts)
|
- [Basic Concepts](#Basic-Concepts)
|
||||||
- [Entity](#entity)
|
- [Entity](#entity)
|
||||||
@ -864,6 +864,10 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
|||||||
|
|
||||||
# Projects powered by DragonECS
|
# Projects powered by DragonECS
|
||||||
* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
|
||||||
|

|
||||||
|
* [Tiny Aliens (Ludum Dare 56)](https://ldjam.com/events/ludum-dare/56/tiny-aliens)
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user