Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Binary file added ui/public/textures/teastain.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ui/src/components/BuildModeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function BuildModeScreen({
alignItems: 'center',
justifyContent: 'flex-start',
fontFamily: 'var(--font-journal)',
background: "url('/textures/teastain%20102.png') center/cover no-repeat var(--parchment)",
background: "url('/textures/teastain.webp') center/cover no-repeat var(--parchment)",
padding: '8vh 2rem 2rem',
overflowY: 'auto',
}}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/CharacterCreationScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function CharacterCreationScreen({ worldId, tone, worldTitle, onSelect }:
alignItems: 'center',
justifyContent: 'center',
fontFamily: 'var(--font-journal)',
background: "url('/textures/teastain%20102.png') center/cover no-repeat var(--parchment)",
background: "url('/textures/teastain.webp') center/cover no-repeat var(--parchment)",
padding: '2rem',
}}>
<div style={{ color: 'var(--ink-faint)', fontSize: '0.75em', letterSpacing: '0.15em', marginBottom: '0.5rem', fontFamily: 'var(--font-dossier)' }}>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/JournalModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function JournalModal() {
<div
onClick={e => e.stopPropagation()}
style={{
background: "url('/textures/teastain%20102.png') center/cover no-repeat var(--parchment)",
background: "url('/textures/teastain.webp') center/cover no-repeat var(--parchment)",
border: '1px solid rgba(46,26,8,0.4)',
boxShadow: '0 12px 48px rgba(0,0,0,0.55)',
width: 'min(820px, 92vw)',
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/SaveLoadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function SaveLoadModal() {
<div
onClick={e => e.stopPropagation()}
style={{
background: "url('/textures/teastain%20102.png') center/cover no-repeat var(--parchment-cream)",
background: "url('/textures/teastain.webp') center/cover no-repeat var(--parchment-cream)",
border: '1px solid rgba(46,26,8,0.35)',
borderRadius: 3,
padding: '1.5rem',
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/WorldSelectionScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export function WorldSelectionScreen({ onSelect, onContinue, onEnterBuildMode }:
alignItems: 'center',
justifyContent: 'flex-start',
fontFamily: 'var(--font-journal)',
background: "url('/textures/teastain%20102.png') center/cover no-repeat var(--parchment)",
background: "url('/textures/teastain.webp') center/cover no-repeat var(--parchment)",
padding: '10vh 2rem 2rem',
overflowY: 'auto',
}}>
Expand Down
Loading