Skip to content

Commit

Permalink
adds minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 23, 2024
1 parent fc99919 commit 688acc9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="images/15.gif" width="48px" /> [Unicorn Konami](https://edelstone.github.io/unicorn-konami/)
# [Unicorn Konami](https://edelstone.github.io/unicorn-konami/)

[![Unicorns](https://github.com/edelstone/unicorn-konami/raw/main/images/browser.gif 'Click for unicorns!')](https://edelstone.github.io/unicorn-konami/)
[![Unicorns in browser](/images/browser.png 'Click for unicorns!')](https://edelstone.github.io/unicorn-konami/)

## Can I use this?

Expand All @@ -10,6 +10,10 @@ Yes. You must.

Look at yourself for even asking that.

## How do I get the unicorns?

Click the link or use the Konami code.

## Resources

- [Resource 1](https://www.youtube.com/watch?v=Q1Ark0BUu6o)
Expand Down
Binary file removed images/browser.gif
Binary file not shown.
Binary file added images/browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
};

const Unicorn = {
code: [38, 38, 40, 40, 37, 39, 37, 39, 66, 65, 66, 65, 13],
code: [38, 38, 40, 40, 37, 39, 37, 39, 66, 65, 13],
index: 0,
active: false,
elements: [],
Expand Down

0 comments on commit 688acc9

Please sign in to comment.