summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrexim <reximkut@gmail.com>2024-03-24 04:24:12 +0700
committerrexim <reximkut@gmail.com>2024-03-24 04:24:12 +0700
commitee0db0dc039145962085748fc12f797efbd5b9b7 (patch)
treeccb640e56813d76c90ffa1ea979d6330c97c5d61
parenteb2a51df613f6f97503551b2e3607f33ac6e2c9d (diff)
Add logo to README
-rw-r--r--README.md4
-rw-r--r--eepers.adb2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09d28d1..848e244 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# Eepers
+<p align=center>
+ <img src="./assets/icon.png">
+</p>
+
## Quick Start
```console
diff --git a/eepers.adb b/eepers.adb
index 7d8bc4e..d6f0101 100644
--- a/eepers.adb
+++ b/eepers.adb
@@ -37,7 +37,7 @@ procedure Eepers is
Guard_Step_Sound: Sound;
Ambient_Music: Music;
- DEVELOPMENT : constant Boolean := True;
+ DEVELOPMENT : constant Boolean := False;
type Palette is (
COLOR_BACKGROUND,