[Fix] Font Size 14 (#125)

# Conflicts:
#	Content.Client/Chat/UI/SpeechBubble.cs
#	Resources/Prototypes/fonts.yml
This commit is contained in:
RavMorgan
2023-05-26 18:59:42 +03:00
committed by Remuchi
parent 9ee24b096f
commit 111680e9a5
9 changed files with 17 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ public sealed partial class TypingIndicatorPrototype : IPrototype
public string TypingState = default!;
[DataField("offset")]
public Vector2 Offset = new(0, 0);
public Vector2 Offset = new(0.5f, 0.5f);
[DataField("shader")]
public string Shader = "unshaded";

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -45,3 +45,19 @@
- type: font
id: ComicSansMS
path: /Fonts/ComicSans/ComicSansMS.ttf
- type: font
id: SmallFont
path: /Fonts/SmallFonts/SmallFont.ttf
- type: font
id: Bedstead
path: /Fonts/Bedstead/Bedstead.otf
- type: font
id: NeuePixelSans
path: /Fonts/NeuePixelSans/NeuePixelSans.ttf
- type: font
id: Fifaks
path: /Fonts/Fifaks/Fifaks.ttf

View File

@@ -352,43 +352,6 @@
]
]
},
{
"name": "moth0",
"delays": [
[
0.3,
0.3,
0.3,
0.4
]
]
},
{
"name": "moth1",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "moth2",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "machine0",
"delays": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB