mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor fixes
This commit is contained in:
parent
699bb6a21e
commit
070bce7020
@ -1,5 +1,4 @@
|
||||
import { Component } from "../component";
|
||||
import { WireNetwork } from "../systems/wire";
|
||||
|
||||
export class WireTunnelComponent extends Component {
|
||||
static getId() {
|
||||
@ -20,7 +19,7 @@ export class WireTunnelComponent extends Component {
|
||||
|
||||
/**
|
||||
* Linked network, only if its not multiple directions
|
||||
* @type {Array<WireNetwork>}
|
||||
* @type {Array<import("../systems/wire").WireNetwork>}
|
||||
*/
|
||||
this.linkedNetworks = [];
|
||||
}
|
||||
|
@ -825,7 +825,6 @@ keybindings:
|
||||
mixer: *mixer
|
||||
painter: *painter
|
||||
trash: *trash
|
||||
wire: *wire
|
||||
|
||||
pipette: Pipette
|
||||
rotateWhilePlacing: Rotieren
|
||||
|
@ -24,7 +24,6 @@ steamPage:
|
||||
# This is the short text appearing on the steam page
|
||||
shortText: shapez.io adalah permainan membangun pabrik-pabrik dengan tujuan untuk mengautomatiskan pembentukan dan pemrosesan bentuk-bentuk yang bertambah semakin kompleks di dalam area permainan yang meluas secara tak terhingga.
|
||||
|
||||
|
||||
# This is the text shown above the discord link
|
||||
discordLink: Tautan Resmi Discord – Obrol dengan saya!
|
||||
# This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page.
|
||||
@ -855,7 +854,7 @@ about:
|
||||
body: >-
|
||||
Permainan ini bekerja secara open source dan dikembangkan oleh <a href="https://github.com/tobspr" target="_blank">Tobias Springer</a> (ini adalah saya).<br><br>
|
||||
|
||||
Apabila Anda ingin berkontribusi, periksa <a href="<githublink>" target="_blank">shapez.io di github</a>.<br><br>
|
||||
Apabila Anda ingin berkontribusi, periksa <a href="<githublink>" target="_blank">shapez.io di github</a>.<br><br>
|
||||
|
||||
Permainan ini tidak mungkin ada tanpa komunitas Discord di sekitar permainan saya – Anda hendaknya bergabung <a href="<discordlink>" target="_blank">server Discord</a>!<br><br>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user