bruh
This commit is contained in:
@@ -35,7 +35,9 @@ export default function BerryDashGameInfo () {
|
||||
>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/home.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/home.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
@@ -53,7 +55,9 @@ export default function BerryDashGameInfo () {
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/playing.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/playing.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
@@ -61,7 +65,9 @@ export default function BerryDashGameInfo () {
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/custom.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/custom.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
@@ -69,7 +75,9 @@ export default function BerryDashGameInfo () {
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/stats.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/stats.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
@@ -87,7 +95,9 @@ export default function BerryDashGameInfo () {
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/chatroom.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/chatroom.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
|
||||
@@ -32,7 +32,9 @@ export default function TrianglesGameInfo () {
|
||||
>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/triangles/home.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/triangles/home.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
@@ -60,7 +62,9 @@ export default function TrianglesGameInfo () {
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/screenshots/triangles/editor.png'}
|
||||
src={
|
||||
'https://cdn-r2.lncvrt.xyz/games/screenshots/triangles/editor.png'
|
||||
}
|
||||
width={960}
|
||||
height={540}
|
||||
alt=''
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function Home () {
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -28,7 +28,7 @@ export default function Home () {
|
||||
</Link>
|
||||
<Link href='/game/triangles' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/triangles.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/triangles.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -41,7 +41,7 @@ export default function Home () {
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash-with-guns' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -51,7 +51,7 @@ export default function Home () {
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-lite' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -66,7 +66,7 @@ export default function Home () {
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash-godot-remake' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -76,7 +76,7 @@ export default function Home () {
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-custom' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
|
||||
Reference in New Issue
Block a user