From ee0db0dc039145962085748fc12f797efbd5b9b7 Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 24 Mar 2024 04:24:12 +0700 Subject: Add logo to README --- README.md | 4 ++++ eepers.adb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d28d1..848e244 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Eepers +

+ +

+ ## 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, -- cgit v1.2.3