Compare commits

..

No commits in common. "f1a2a978c030b0c1054d8f9f2e52773cb705409c" and "c8c5d5f6d8188181a95f3c057d154efb051cbb8f" have entirely different histories.

7 changed files with 19 additions and 37 deletions

View file

@ -9,7 +9,7 @@ description: "cargo management game"
[tess](/links/buddies#tess) and i also made this game for a game jam! [tess](/links/buddies#tess) and i also made this game for a game jam!
you manage a cargo train terminal with three trains and your goal is to survive as long as you can without the storage area overflowing you manage a cargo train terminal with three trains and your goal is to survive as long as you can without the storage area overflowing
{{<youtube class="embed" id="vBq0aBTBh8s">}} {{<youtube vBq0aBTBh8s>}}
we made this for a [godot wildjam](https://godotwildjam.com/) and it was a bit messy! we made this for a [godot wildjam](https://godotwildjam.com/) and it was a bit messy!
the plan was to try out godot 4, which was in alpha 4 at that point, and most of the things worked fine until we tried to export the game... the macos version had sound, but no video, the windows version had video but no sound, but the linux version worked fine so that's great! the plan was to try out godot 4, which was in alpha 4 at that point, and most of the things worked fine until we tried to export the game... the macos version had sound, but no video, the windows version had video but no sound, but the linux version worked fine so that's great!

View file

@ -13,4 +13,4 @@ description: "this is a list of very good things"
## videos ## videos
### a whole tray of peas ### a whole tray of peas
she just eats the entire tray of peas!!! impressive! she just eats the entire tray of peas!!! impressive!
the raw energy of this is just amazing {{<youtube id="HWcKcUn7e-8" class="embed">}} the raw energy of this is just amazing {{<youtube HWcKcUn7e-8>}}

View file

@ -20,8 +20,8 @@
<p><a href="/links/buddies#tess">tess</a> and i also made this game for a game jam! <p><a href="/links/buddies#tess">tess</a> and i also made this game for a game jam!
you manage a cargo train terminal with three trains and your goal is to survive as long as you can without the storage area overflowing you manage a cargo train terminal with three trains and your goal is to survive as long as you can without the storage area overflowing
<div class="embed"> <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/vBq0aBTBh8s" allowfullscreen title="YouTube Video"></iframe> <iframe src="https://www.youtube.com/embed/vBq0aBTBh8s" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div> </div>
</p> </p>
<p>we made this for a <a href="https://godotwildjam.com/">godot wildjam</a> and it was a bit messy! <p>we made this for a <a href="https://godotwildjam.com/">godot wildjam</a> and it was a bit messy!

View file

@ -34,8 +34,8 @@
</h3> </h3>
<p>she just eats the entire tray of peas!!! impressive! <p>she just eats the entire tray of peas!!! impressive!
the raw energy of this is just amazing the raw energy of this is just amazing
<div class="embed"> <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/HWcKcUn7e-8" allowfullscreen title="YouTube Video"></iframe> <iframe src="https://www.youtube.com/embed/HWcKcUn7e-8" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div> </div>
</p> </p>

View file

@ -265,7 +265,7 @@ footer {
#content ul, #content ul,
#content ol, #content ol,
#content table, #content table,
.embed, #content iframe,
code, code,
.postdescription, .postdescription,
hr, hr,
@ -273,20 +273,12 @@ hr,
margin-right: 24%; margin-right: 24%;
margin-left: 24%; } margin-left: 24%; }
#content img { #content img,
#content iframe {
display: block; display: block;
overflow: hidden; overflow: hidden;
max-width: 52%; max-width: 52%;
height: 100%; } max-height: 100%; }
#content .embed {
display: block;
overflow: hidden;
padding: 0; }
#content .embed iframe {
width: 100%;
aspect-ratio: 16/9;
margin: 0; }
p code { p code {
margin-left: 0; margin-left: 0;
@ -467,7 +459,7 @@ input[type="checkbox"] {
align-items: center; align-items: center;
display: flex; } display: flex; }
img, iframe { img {
border-style: solid; } border-style: solid; }
.togglelabel::after { .togglelabel::after {
@ -486,8 +478,7 @@ img, iframe {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
content: ""; content: "";
border-style: solid; border-style: solid; }
padding: 0; }
input:checked + label:after { input:checked + label:after {
left: calc(100% - 49pt); } left: calc(100% - 49pt); }

View file

@ -265,7 +265,7 @@ footer {
#content ul, #content ul,
#content ol, #content ol,
#content table, #content table,
.embed, #content iframe,
code, code,
.postdescription, .postdescription,
hr, hr,
@ -273,20 +273,12 @@ hr,
margin-right: 24%; margin-right: 24%;
margin-left: 24%; } margin-left: 24%; }
#content img { #content img,
#content iframe {
display: block; display: block;
overflow: hidden; overflow: hidden;
max-width: 52%; max-width: 52%;
height: 100%; } max-height: 100%; }
#content .embed {
display: block;
overflow: hidden;
padding: 0; }
#content .embed iframe {
width: 100%;
aspect-ratio: 16/9;
margin: 0; }
p code { p code {
margin-left: 0; margin-left: 0;
@ -467,7 +459,7 @@ input[type="checkbox"] {
align-items: center; align-items: center;
display: flex; } display: flex; }
img, iframe { img {
border-style: solid; } border-style: solid; }
.togglelabel::after { .togglelabel::after {
@ -486,8 +478,7 @@ img, iframe {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
content: ""; content: "";
border-style: solid; border-style: solid; }
padding: 0; }
input:checked + label:after { input:checked + label:after {
left: calc(100% - 49pt); } left: calc(100% - 49pt); }

@ -1 +1 @@
Subproject commit 87e50d911af1263b31136cc37954e4a0f619a1d1 Subproject commit 1e0860239be372c6a2acb55334b5b64a19aba726