[Fix] Font Size 14 (#125)
# Conflicts: # Content.Client/Chat/UI/SpeechBubble.cs # Resources/Prototypes/fonts.yml
This commit is contained in:
@@ -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";
|
||||
|
||||
BIN
Resources/Fonts/Bedstead/Bedstead.otf
Normal file
BIN
Resources/Fonts/Bedstead/Bedstead.otf
Normal file
Binary file not shown.
BIN
Resources/Fonts/Fifaks/Fifaks.ttf
Normal file
BIN
Resources/Fonts/Fifaks/Fifaks.ttf
Normal file
Binary file not shown.
BIN
Resources/Fonts/NeuePixelSans/NeuePixelSans.ttf
Normal file
BIN
Resources/Fonts/NeuePixelSans/NeuePixelSans.ttf
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user