diff options
author | rexim <reximkut@gmail.com> | 2024-03-24 04:24:12 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-24 04:24:12 +0700 |
commit | ee0db0dc039145962085748fc12f797efbd5b9b7 (patch) | |
tree | ccb640e56813d76c90ffa1ea979d6330c97c5d61 | |
parent | eb2a51df613f6f97503551b2e3607f33ac6e2c9d (diff) |
Add logo to README
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | eepers.adb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ # Eepers +<p align=center> + <img src="./assets/icon.png"> +</p> + ## Quick Start ```console @@ -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, |