Skip to content

Commit ee0db0d

Browse files
committed
Add logo to README
1 parent eb2a51d commit ee0db0d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Eepers
22

3+
<p align=center>
4+
<img src="./assets/icon.png">
5+
</p>
6+
37
## Quick Start
48

59
```console

eepers.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ procedure Eepers is
3737
Guard_Step_Sound: Sound;
3838
Ambient_Music: Music;
3939

40-
DEVELOPMENT : constant Boolean := True;
40+
DEVELOPMENT : constant Boolean := False;
4141

4242
type Palette is (
4343
COLOR_BACKGROUND,

0 commit comments

Comments
 (0)