-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
158 additions
and
18 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<script lang="ts"> | ||
export let tags: string[]; | ||
</script> | ||
|
||
<div class="tags"> | ||
{#each tags as tag} | ||
<p>{tag}</p> | ||
{/each} | ||
</div> | ||
|
||
<style lang="scss"> | ||
.tags { | ||
display: flex; | ||
gap: 0.7em; | ||
p { | ||
padding: 0.4em 1.3em; | ||
background-color: $dark-gray; | ||
border-radius: 1em; | ||
margin-top: 0; | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Last Broadcast | ||
date: 2023 | ||
link: https://store.steampowered.com/app/2508870/Last_Broadcast/ | ||
tags: | ||
- UI/UX Design | ||
- Graphic Design | ||
--- | ||
|
||
<script lang="ts"> | ||
import "$lib/scss/markdown.scss"; | ||
|
||
import ColorLink from "$lib/components/common/ColorLink.svelte"; | ||
|
||
import banner from "$lib/images/md-assets/last-broadcast/banner.png"; | ||
import pinboard from "$lib/images/md-assets/last-broadcast/pinboard.png"; | ||
import assets from "$lib/images/md-assets/last-broadcast/ui-assets.jpg"; | ||
import albumMock from "$lib/images/md-assets/last-broadcast/album-mockup.jpg"; | ||
import itemMock from "$lib/images/md-assets/last-broadcast/item-mockup.jpg"; | ||
import subtitleMock from "$lib/images/md-assets/last-broadcast/subtitle-mockup.png"; | ||
</script> | ||
|
||
<img alt="Last Broadcast banner" src={banner}> | ||
|
||
<div class="split-layout"> | ||
<img alt="Last Broadcast in-game screenshot" src={pinboard}> | ||
<div> | ||
|
||
### Introduction | ||
*<small>A 2022-2023 USC MFA Project</small>* | ||
|
||
An experimental narrative game set at a radio station at the end of the world. Host your last show as the sun turns red and the world burns down. | ||
|
||
<ColorLink | ||
href="https://store.steampowered.com/app/2508870/Last_Broadcast/" | ||
target="_blank" | ||
colorArt={false} | ||
>View it on Steam!</ColorLink> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
### UI Assets | ||
A collection of assets I made for Last Broadcast. | ||
<img alt="UI assets" src={assets}> | ||
|
||
|
||
### UI Mockups | ||
Not all of these made it to the final game. | ||
|
||
<img alt="Dialogue mockup" src={subtitleMock}> | ||
<img alt="Album selection mockup" src={albumMock}> | ||
<img alt="Item closeup mockup" src={itemMock}> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# next_id: 2 | ||
# next_id: 3 | ||
projects: | ||
- id: 1 | ||
title: Re:STORE | ||
desc: Your toy shop is suddenly taken over by murderous teddy bears! Use your potions to restore them back to their normal state and save your store. | ||
date: 2021 | ||
slug: /archive/re-store | ||
link: https://jteaaa.itch.io/re-store | ||
link_text: Play the game | ||
- id: 2 | ||
title: Last Broadcast | ||
date: 2023 | ||
slug: /archive/last-broadcast |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters