rename white dream to giedi prime (#635)
This commit is contained in:
@@ -244,7 +244,7 @@ namespace Content.Client.Lobby
|
||||
_lobby!.ServerInfo.SetInfoBlob(_gameTicker.ServerInfoBlob);
|
||||
}
|
||||
|
||||
_lobby!.LabelName.SetMarkup("[font=\"Bedstead\" size=20] White Dream [/font]");
|
||||
_lobby!.LabelName.SetMarkup("[font=\"Bedstead\" size=20] Giede Prime [/font]");
|
||||
_lobby!.ChangelogLabel.SetMarkup("Список изменений:");
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<BoxContainer Name="VBox" Orientation="Vertical" StyleIdentifier="MainMenuBox" MinWidth="300" >
|
||||
|
||||
<Label Name="Title" Text="WHITE DREAM" Align="Center" />
|
||||
<Label Name="Title" Text="Giede Prime" Align="Center" />
|
||||
|
||||
<Control MinSize="0 4" />
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<BoxContainer xmlns="https://spacestation14.io"
|
||||
Orientation="Vertical" HorizontalExpand="True">
|
||||
<Label Text="Правила сервера White Dream"
|
||||
<Label Text="Правила сервера Giede Prime"
|
||||
StyleClasses="LabelHeading"
|
||||
HorizontalExpand="True"
|
||||
HorizontalAlignment="Center"/>
|
||||
|
||||
@@ -69,7 +69,7 @@ namespace Content.Server.Tabletop
|
||||
session.Entities.TryGetValue(entity, out var result);
|
||||
session.Entities.Remove(result);
|
||||
|
||||
tabletop.HologramsSpawned--; // White Dream fix
|
||||
tabletop.HologramsSpawned--; // Giede Prime fix
|
||||
|
||||
QueueDel(result);
|
||||
}
|
||||
@@ -102,7 +102,7 @@ namespace Content.Server.Tabletop
|
||||
|
||||
component.HologramsSpawned++;
|
||||
// Skye hotfix end
|
||||
|
||||
|
||||
var meta = MetaData(handEnt);
|
||||
var protoId = meta.EntityPrototype?.ID;
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ public sealed partial class EmotePrototype : IPrototype
|
||||
[DataField("chatTriggers")]
|
||||
public HashSet<string>? ChatTriggers = new();
|
||||
|
||||
/// <summary> White Dream EDIT Start
|
||||
/// <summary> Giede Prime EDIT Start
|
||||
/// Текст для кнопки в эмоут меню.
|
||||
/// Бля ну или как это описать, вы поняли короче. ¯\_(ツ)_/¯
|
||||
/// </summary>
|
||||
@@ -44,7 +44,7 @@ public sealed partial class EmotePrototype : IPrototype
|
||||
|
||||
[DataField("allowMenu")]
|
||||
public bool AllowToEmotionsMenu { get; } = false;
|
||||
// White Dream EDIT end
|
||||
// Giede Prime EDIT end
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -12,4 +12,4 @@ changelog-button-new-entries = Changelog (new!)
|
||||
|
||||
changelog-tab-title-Changelog = Changelog
|
||||
changelog-tab-title-Admin = Admin
|
||||
changelog-tab-title-ChangelogWhite = White Dream
|
||||
changelog-tab-title-ChangelogWhite = Giede Prime
|
||||
|
||||
@@ -12,4 +12,4 @@ changelog-button-new-entries = Обновления (новые!)
|
||||
|
||||
changelog-tab-title-Changelog = Changelog
|
||||
changelog-tab-title-Admin = Admin
|
||||
changelog-tab-title-ChangelogWhite = White Dream
|
||||
changelog-tab-title-ChangelogWhite = Giede Prime
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Rules
|
||||
|
||||
ui-rules-header = Правила сервера White Dream
|
||||
ui-rules-header-rp = Правила сервера White Dream
|
||||
ui-rules-header = Правила сервера Giede Prime
|
||||
ui-rules-header-rp = Правила сервера Giede Prime
|
||||
ui-rules-accept = Я ознакомился и согласен следовать правилам
|
||||
ui-rules-wait = Кнопка принятия будет разблокирована через { $time } секунд.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#///////
|
||||
# White Dream
|
||||
# Giede Prime
|
||||
#///////
|
||||
|
||||
- type: itemLoadout
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by Gargarien, property of White Dream",
|
||||
"copyright": "Created by Gargarien, property of Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -16,4 +16,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by Gargarien, property of White Dream",
|
||||
"copyright": "Created by Gargarien, property of Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -15,4 +15,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "icon and equipped-NECK drawn by Gargarien (White Dream), sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875",
|
||||
"copyright": "icon and equipped-NECK drawn by Gargarien (Giede Prime), sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -24,4 +24,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -15,4 +15,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -16,4 +16,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original",
|
||||
"copyright": "Giede Prime SS14 original",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original",
|
||||
"copyright": "Giede Prime SS14 original",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original",
|
||||
"copyright": "Giede Prime SS14 original",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by Gargarien, property of White Dream",
|
||||
"copyright": "Created by Gargarien, property of Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -28,4 +28,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by Gargarien, property of White Dream",
|
||||
"copyright": "Created by Gargarien, property of Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -27,4 +27,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 Original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 Original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 Original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 Original by Gargarien",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version" : 1,
|
||||
"license" : "CC-BY-SA-3.0",
|
||||
"copyright" : "Copyright (c) White Dream Space Station 14",
|
||||
"copyright" : "Copyright (c) Giede Prime Space Station 14",
|
||||
"size" : {
|
||||
"x" : 32,
|
||||
"y" : 32
|
||||
@@ -11,4 +11,4 @@
|
||||
"name" : "camera"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version" : 1,
|
||||
"license" : "CC-BY-SA-3.0",
|
||||
"copyright" : "Copyright (c) White Dream Space Station 14",
|
||||
"copyright" : "Copyright (c) Giede Prime Space Station 14",
|
||||
"size" : {
|
||||
"x" : 32,
|
||||
"y" : 32
|
||||
@@ -105,4 +105,4 @@
|
||||
"directions" : 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"copyright": "Taken from tgstation, brigmedic locker is a resprited CMO locker by PuroSlavKing (Github). Inspector White Dream SS14 original by Gargarien",
|
||||
"copyright": "Taken from tgstation, brigmedic locker is a resprited CMO locker by PuroSlavKing (Github). Inspector Giede Prime SS14 original by Gargarien",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "By SS14 White Dream",
|
||||
"copyright": "By SS14 Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "By SS14 White Dream",
|
||||
"copyright": "By SS14 Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modification by discord user with ID 720879793645551697 for White Dream. Modified sprite based on Jackal298 modification. Original: https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039",
|
||||
"copyright": "Modification by discord user with ID 720879793645551697 for Giede Prime. Modified sprite based on Jackal298 modification. Original: https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream",
|
||||
"copyright": "Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -24,4 +24,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream",
|
||||
"copyright": "Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -24,4 +24,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Original by Emisse, modified by EmoGarbage404, repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Original by Emisse, modified by EmoGarbage404, repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Original by Emisse, modified by EmoGarbage404, repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Original by Emisse, modified by EmoGarbage404, repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream",
|
||||
"copyright": "Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -28,4 +28,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream original by Gargarien",
|
||||
"copyright": "Giede Prime original by Gargarien",
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream original by Gargarien",
|
||||
"copyright": "Giede Prime original by Gargarien",
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14 original by Gargarien",
|
||||
"copyright": "Giede Prime SS14 original by Gargarien",
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream",
|
||||
"copyright": "Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14",
|
||||
"copyright": "Giede Prime SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14",
|
||||
"copyright": "Giede Prime SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14",
|
||||
"copyright": "Giede Prime SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream",
|
||||
"copyright": "Giede Prime",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 64
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream Team",
|
||||
"copyright": "Giede Prime Team",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Gerxest#0019, resprite by HitPanda#1471 SS14 WHITE DREAM",
|
||||
"copyright": "Gerxest#0019, resprite by HitPanda#1471 SS14 Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "White Dream SS14",
|
||||
"copyright": "Giede Prime SS14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Gerxest#0019, resprite by HitPanda#1471 SS14 WHITE DREAM",
|
||||
"copyright": "Gerxest#0019, resprite by HitPanda#1471 SS14 Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Mitchell#2905 SS14 WHITE DREAM",
|
||||
"copyright": "Mitchell#2905 SS14 Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for White Dream",
|
||||
"copyright": "Taken from tgstation and repainted by Danza (Discord User ID: 466953759570788372) special for Giede Prime",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
defaultWindowTitle: White Dream
|
||||
defaultWindowTitle: Giede Prime
|
||||
windowIconSet: /Textures/Logo/icon
|
||||
splashLogo: /Textures/Logo/logo-ru.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user