Compare commits
No commits in common. "03cfda223e687ca8e14e5ca8f9ebf15a9e6d82df" and "cc882024ca6be12d429036c1f8e172a1eda6969c" have entirely different histories.
03cfda223e
...
cc882024ca
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
"livePreview.autoRefreshPreview": "On Changes to Saved Files",
|
||||
"cSpell.words": [
|
||||
"Fulfill"
|
||||
]
|
||||
"livePreview.autoRefreshPreview": "On Changes to Saved Files"
|
||||
}
|
||||
|
|
@ -6,8 +6,7 @@
|
|||
{
|
||||
"label": "Start dev server",
|
||||
"type": "shell",
|
||||
"command": "browser-sync start --server build/ --watch",
|
||||
"problemMatcher": []
|
||||
"command": "browser-sync start --server build/ --watch"
|
||||
},
|
||||
{
|
||||
"label": "Build",
|
||||
|
|
@ -18,8 +17,7 @@
|
|||
{
|
||||
"label": "Extract localization messages",
|
||||
"type": "shell",
|
||||
"command": "nox -R -s extract_messages",
|
||||
"problemMatcher": []
|
||||
"command": "nox -R -s extract_messages"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
title: ColdRidge
|
||||
title: The Guild
|
||||
picture: games/the-guild.png
|
||||
picture_alt: in-game screenshot of a cow-boy riding in wilderness
|
||||
website: https://coldridge.frog-collective.com
|
||||
website: https://the-guild.frog-collective.com
|
||||
---
|
||||
|
||||
Step into the rugged boots of a prospector and venture into the untamed wilderness of ColdRidge, a land shrouded in mystery and plagued by a sinister curse.
|
||||
Your mission: uncover precious resources, tackle intricate puzzles, and strategically manage contracts to maximize your gains.
|
||||
Unveil the enigmatic secrets of the guild and their grip on ColdRidge in this captivating adventure.
|
||||
Saddle up, partner! Welcome to "Frontier Fortune: Prospector's Quest" where the
|
||||
dusty trails of the Old West lead to riches beyond your wildest dreams. In this
|
||||
thrilling adventure, you step into the boots of a rugged prospector, venturing
|
||||
into uncharted territories to uncover precious resources for a greedy guild
|
||||
hungry for wealth and power.
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -2,7 +2,7 @@
|
|||
font-family: 'Knewave';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/fonts/Knewave-Light.woff) format('woff');
|
||||
src: url(/fonts/Knewave.woff) format('woff');
|
||||
}
|
||||
|
||||
@mixin montserrat($style, $weight, $file) {
|
||||
|
|
@ -41,7 +41,6 @@ h1 {
|
|||
h2 {
|
||||
margin: 0 0 var(--space-medium) 0;
|
||||
|
||||
font-family: 'Knewave';
|
||||
font-size: var(--fz-2);
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
color: var(--color-on-dark);
|
||||
padding: var(--space-small) var(--space-xlarge);
|
||||
font-family: 'Knewave';
|
||||
letter-spacing: 0.1rem;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
align-items: center;
|
||||
gap: var(--space-small);
|
||||
font-family: 'Knewave';
|
||||
letter-spacing: 0.1rem;
|
||||
font-size: 24px;
|
||||
|
||||
@media($mobile-breakpoint) {
|
||||
|
|
@ -41,7 +40,6 @@
|
|||
flex-grow: 1;
|
||||
margin: 0;
|
||||
font-family: 'Knewave';
|
||||
letter-spacing: 0.1rem;
|
||||
font-size: 32px;
|
||||
|
||||
@media($mobile-breakpoint) {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
title_picture_offset = "170px"
|
||||
) %}
|
||||
<div class="presentation--content">
|
||||
<h2>{{ gettext("Who are we ?") }}</h2>
|
||||
<p>
|
||||
{% trans %}
|
||||
We are Frog Collective, a very small indie game development company with years of experience under our belts.
|
||||
|
|
|
|||
Loading…
Reference in New Issue