Skip to content

Commit 2ddf561

Browse files
authored
Add CI build status badge to README
1 parent 4b5b8a4 commit 2ddf561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ECS Engine
2+
[![CI Build Status](https://github.com/aka411/ecs-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/aka411/ecs-engine/actions/workflows/ci.yml)
23
A custom-built **Entity Component System (ECS)**, originally developed as a subsystem for a game engine project I was working on.
34

45
After creating a minimum working prototype, I decided to move the ECS into its own dedicated repository where I can easily develop it as a standalone project.
@@ -72,4 +73,4 @@ ecsEngine.addComponentToEntity(player, Velocity{10.0f, 1.0f, 0.0f});
7273
}
7374

7475
```
75-
76+

0 commit comments

Comments
 (0)