Add video of the platform game

This commit is contained in:
schmelczerandras 2020-11-27 12:16:09 +01:00
parent d8e7077d47
commit c171dcce93
4 changed files with 8 additions and 3 deletions

View file

@ -1,12 +1,17 @@
import platformJpeg from '../static/media/platform.png?format=jpg'; import platformJpeg from '../static/media/platform.png?format=jpg';
import platformWebP from '../static/media/platform.png?format=webp'; import platformMp4 from '../static/media/mp4/platform.mp4';
import platformWebM from '../static/media/webm/platform.webm';
import { Image } from '../page/basics/image/image'; import { Video } from '../page/basics/video/video';
export const platformGameTimelineElement = { export const platformGameTimelineElement = {
date: `2017 autumn`, date: `2017 autumn`,
title: `Platform game`, title: `Platform game`,
figure: new Image(platformWebP, platformJpeg, `a picture of the app`), figure: new Video({
poster: platformJpeg,
mp4: platformMp4,
webm: platformWebM,
}),
description: `A 3D game written in C with the help of SDL 1.2 (I haven't heard of GPU programming at the time).`, description: `A 3D game written in C with the help of SDL 1.2 (I haven't heard of GPU programming at the time).`,
more: [ more: [
` `

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Before After
Before After

Binary file not shown.