added new project card for gamejam
This commit is contained in:
parent
6b6689d706
commit
536c4161f0
1 changed files with 12 additions and 0 deletions
|
|
@ -85,6 +85,18 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd
|
|||
<div class="featured-container">
|
||||
|
||||
|
||||
<ProjectCardV2
|
||||
src="img\newProject.png"
|
||||
title="Unnamed game for Godot Wild Jam #89"
|
||||
description="Making a game where you repurpose stuff from the ewaste bin"
|
||||
long-description=
|
||||
""
|
||||
:buttons='[
|
||||
|
||||
]'
|
||||
:badges='["godot4", "gamejam"]'
|
||||
/>
|
||||
|
||||
<ProjectCardV2
|
||||
src="img\pounce.png"
|
||||
title="Pounce"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue