Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Wrongly moved paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
porkbrain committed Aug 30, 2024
1 parent 9ce984c commit 2124692
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Don't Count The Sheep

## Dependencies

- [Rust][rust-install]
- [Bevy][bevy-install]
- `apt install lld clang` for [faster builds][bevy-fast-compile]

![Master CI](https://github.com/porkbrain/winnie/actions/workflows/master.yml/badge.svg?branch=master)

A top down pixelart game created with [Bevy](https://bevyengine.org/).
Expand All @@ -14,6 +8,12 @@ Run `$ ./dev/wiki` to open the game's [wiki](wiki/README.md) locally in your bro

Our primary color is `#0d0e1f`.

## Dependencies

- [Rust][rust-install]
- [Bevy][bevy-install]
- `apt install lld clang` for [faster builds][bevy-fast-compile]

## Repo organization

There are crates in the [`common`](common/) directory that help with [animation](common/visuals/), [input handling](common/action/), [loading screen](common/loading_screen/), and more.
Expand Down

0 comments on commit 2124692

Please sign in to comment.