Skip to content

Commit

Permalink
docs: Update readme with logo (#76)
Browse files Browse the repository at this point in the history
* Update readme with logo

* Fix alt text
  • Loading branch information
spydon authored Jul 2, 2023
1 parent 2764a2a commit cc8d06b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Lightrunners
<p align="center">
<a href="https://flame-engine.org">
<img alt="Lightrunners logo" width="400px" src="./assets/images/lightrunners.png">
</a>
</p>

Lightrunners is a local multiplayer game built for FlutterCon 2023.
It is a king of the hill type of game where you are supposed to stay within the spotlight for as
Expand Down
Binary file added assets/images/lightrunners.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion lib/title/view/title_logo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TitleLogo extends Phased<int> {
},
defaultValue: 0,
),
child: Image.asset('assets/images/logo_writting.png'),
child: Image.asset('assets/images/logo_writing.png'),
),
],
),
Expand Down

0 comments on commit cc8d06b

Please sign in to comment.