mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Debrand part 2: electric boogaloo (#70)
* Rebrand fully * Rebrand part 2: electric boogaloo * Debrand part 3: fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Pony Town
|
# pixel.horse
|
||||||
|
|
||||||
A game of ponies building a town
|
A fork of Pony Town, a game of ponies building a town.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
+2
-2
@@ -70,8 +70,8 @@ const manifest = cb => {
|
|||||||
short_name: config.title,
|
short_name: config.title,
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
scope: '/',
|
scope: '/',
|
||||||
theme_color: '#333333',
|
theme_color: '#5b6ee1',
|
||||||
background_color: '#333333',
|
background_color: '#5b6ee1',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Please read these Terms of Service ("Terms", "Terms of Service") carefully before using the
|
Please read these Terms of Service ("Terms", "Terms of Service") carefully before using the
|
||||||
https://pixe.horse/ website (the "Service") operated by us.
|
https://pixel.horse/ website (the "Service") operated by us.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Your access to and use of the Service is conditioned on your acceptance of and compliance with
|
Your access to and use of the Service is conditioned on your acceptance of and compliance with
|
||||||
|
|||||||
@@ -107,8 +107,8 @@ h1(focusTitle) Account settings
|
|||||||
|
|
||||||
.form-group.text-muted
|
.form-group.text-muted
|
||||||
p.
|
p.
|
||||||
You've successfully connected your Patreon account to Pony Town.
|
You've successfully connected your Patreon account to pixel.horse.
|
||||||
If you support Pony Town on Patreon your supporter info will show up here.
|
If you support pixel.horse on Patreon your supporter info will show up here.
|
||||||
p.
|
p.
|
||||||
It should take no longer than 10 minutes to register your Patreon pledges.
|
It should take no longer than 10 minutes to register your Patreon pledges.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
div(*ngIf="!playing")
|
div(*ngIf="!playing")
|
||||||
.text-center.heading
|
.text-center.heading
|
||||||
img.pixelart.home-logo(revSrc="images/logo-large.png" alt="Pony Town")
|
img.pixelart.home-logo(revSrc="images/logo-large.png" alt="pixel.horse")
|
||||||
|
|
||||||
.mx-auto.home-content
|
.mx-auto.home-content
|
||||||
page-loader
|
page-loader
|
||||||
|
|||||||
@@ -569,7 +569,7 @@ export class AdminModel {
|
|||||||
const count = this.events.reduce((sum, e) => sum + (e.deleted ? 0 : 1), 0);
|
const count = this.events.reduce((sum, e) => sum + (e.deleted ? 0 : 1), 0);
|
||||||
const inred = this.events.reduce((sum, e) => sum + ((!e.deleted && e.count > 9) ? 1 : 0), 0);
|
const inred = this.events.reduce((sum, e) => sum + ((!e.deleted && e.count > 9) ? 1 : 0), 0);
|
||||||
const flag = this.isLowDiskSpace || this.isLowMemory || this.isOldCertificate || this.isOldPatreon;
|
const flag = this.isLowDiskSpace || this.isLowMemory || this.isOldCertificate || this.isOldPatreon;
|
||||||
document.title = `${ponies} | ${count}${repeat('!', inred)}${flag ? ' 🚩' : ''}${!this.connected ? ' ⚠' : ''} | Pony Town`;
|
document.title = `${ponies} | ${count}${repeat('!', inred)}${flag ? ' 🚩' : ''}${!this.connected ? ' ⚠' : ''} | pixel.horse`;
|
||||||
}
|
}
|
||||||
private notify(title: string, body: string) {
|
private notify(title: string, body: string) {
|
||||||
if (this.notifications && notification.permission === 'granted') {
|
if (this.notifications && notification.permission === 'granted') {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.btn-group.d-flex(*ngIf="canInstall")
|
.btn-group.d-flex(*ngIf="canInstall")
|
||||||
button.btn.btn-lg.btn-outline-success.text-wrap.flex-grow-1((click)="install()")
|
button.btn.btn-lg.btn-outline-success.text-wrap.flex-grow-1((click)="install()")
|
||||||
| Add #[b Pony Town] to {{isMobile ? 'home screen' : 'desktop'}}
|
| Add #[b pixel.horse] to {{isMobile ? 'home screen' : 'desktop'}}
|
||||||
button.btn.btn-lg.btn-outline-success.flex-grow-0(
|
button.btn.btn-lg.btn-outline-success.flex-grow-0(
|
||||||
(click)="dismiss()" title="Dismiss" [attr.aria-label]="'Dismiss add to ' + (isMobile ? 'home screen' : 'desktop')")
|
(click)="dismiss()" title="Dismiss" [attr.aria-label]="'Dismiss add to ' + (isMobile ? 'home screen' : 'desktop')")
|
||||||
fa-icon([icon]="closeIcon")
|
fa-icon([icon]="closeIcon")
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
nav.navbar.navbar-expand.justify-content-end(role="navigation")
|
nav.navbar.navbar-expand.justify-content-end(role="navigation")
|
||||||
.d-none.d-md-block
|
.d-none.d-md-block
|
||||||
a.pixelart.logo(*ngIf="logo" routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }")
|
a.pixelart.logo(*ngIf="logo" routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }")
|
||||||
img.pixelart.logo-large(revSrc="images/logo-large.png" alt="Pony Town" width="287" height="65")
|
img.pixelart.logo-large(revSrc="images/logo-large.png" alt="pixel.horse" width="287" height="65")
|
||||||
img.pixelart.logo-small(revSrc="images/logo-small.png" alt="Pony Town" width="37" height="43")
|
img.pixelart.logo-small(revSrc="images/logo-small.png" alt="pixel.horse" width="37" height="43")
|
||||||
|
|
||||||
.navbar-collapse.text-right
|
.navbar-collapse.text-right
|
||||||
.navbar-nav.ml-auto
|
.navbar-nav.ml-auto
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
.form-group(*ngIf="isAndroidBrowser")
|
.form-group(*ngIf="isAndroidBrowser")
|
||||||
.alert.alert-warning(role="alert")
|
.alert.alert-warning(role="alert")
|
||||||
| Your browser is outdated and is not able to correctly run Pony Town.
|
| Your browser is outdated and is not able to correctly run pixel.horse.
|
||||||
| Please install different browser to be able to play the game.
|
| Please install a different browser to be able to play the game.
|
||||||
|
|
||||||
.form-group(*ngIf="model.missingBirthdate && !birthdateSet && requestBirthdate")
|
.form-group(*ngIf="model.missingBirthdate && !birthdateSet && requestBirthdate")
|
||||||
.alert.alert-warning.text-left(role="alert")
|
.alert.alert-warning.text-left(role="alert")
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
.form-group(*ngIf="isBrowserOutdated")
|
.form-group(*ngIf="isBrowserOutdated")
|
||||||
.alert.alert-warning(role="alert")
|
.alert.alert-warning(role="alert")
|
||||||
button.close.float-right((click)="dismissOutdatedBrowser()" aria-label="Close" style="font-size: 20px;") ×
|
button.close.float-right((click)="dismissOutdatedBrowser()" aria-label="Close" style="font-size: 20px;") ×
|
||||||
| Your browser is outdated and is known to have issues running Pony Town.
|
| Your browser is outdated and is known to have issues running pixel.horse.
|
||||||
| Make sure you have latest version installed.
|
| Make sure you have latest version installed.
|
||||||
|
|
||||||
.form-group(*ngIf="invalidVersion && !offline")
|
.form-group(*ngIf="invalidVersion && !offline")
|
||||||
|
|||||||
@@ -2590,7 +2590,7 @@ export function createMainMap(world: World): ServerMap {
|
|||||||
add(entities.rock(98.63, 38.04));
|
add(entities.rock(98.63, 38.04));
|
||||||
add(entities.rock(117.22, 24.63));
|
add(entities.rock(117.22, 24.63));
|
||||||
|
|
||||||
add(createSignWithText(70.5, 70.5, 'Pony Town', ' Pony Town\n[under construction]', entities.sign));
|
add(createSignWithText(70.5, 70.5, 'pixel.horse', ' pixel.horse\n[under construction]', entities.sign));
|
||||||
|
|
||||||
addEntities(createToyStash(47.00, 55.00));
|
addEntities(createToyStash(47.00, 55.00));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user