mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 18:06:07 +01:00
Add stickyfoot game to game post
This commit is contained in:
parent
40edbff0e1
commit
b2345be31e
2 changed files with 12 additions and 1 deletions
|
@ -581,3 +581,12 @@ details {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico-8 {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 610px;
|
||||||
|
aspect-ratio: 1/1;
|
||||||
|
position: relative;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%);
|
||||||
|
}
|
||||||
|
|
|
@ -14,3 +14,5 @@ references:
|
||||||
slug: stickyfoot
|
slug: stickyfoot
|
||||||
---
|
---
|
||||||
What a lovely treat to start a lazy birthday! Eggnog Games has released Stickyfoot, a wonderful little Pico-8 game that’s already had me hooked for a good few minutes — I highly recommend it!
|
What a lovely treat to start a lazy birthday! Eggnog Games has released Stickyfoot, a wonderful little Pico-8 game that’s already had me hooked for a good few minutes — I highly recommend it!
|
||||||
|
|
||||||
|
<iframe frameborder="0" allowfullscreen="true" src="https://html-classic.itch.zone/html/10831493/index.html" scrolling="no" allowtransparency="true" webkitallowfullscreen="true" mozallowfullscreen="true" msallowfullscreen="true" allow="autoplay; fullscreen *; gamepad; cross-origin-isolated; web-share" class="pico-8"></iframe>
|
||||||
|
|
Loading…
Reference in a new issue