mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
Feature/snake (#1256)
* snake game Co-authored-by: Drew Ansbacher <drew@start9labs.com>
This commit is contained in:
@@ -62,6 +62,17 @@
|
||||
</ion-item>
|
||||
</ion-menu-toggle>
|
||||
</ion-item-group>
|
||||
<img
|
||||
(click)="openSnek()"
|
||||
style="
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
bottom: 90px;
|
||||
right: 20px;
|
||||
width: 25px;
|
||||
"
|
||||
src="assets/img/icons/snek.png"
|
||||
/>
|
||||
<div
|
||||
style="
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user