make typing indicators 32x32 (#18976)
@@ -16,7 +16,7 @@ public sealed class TypingIndicatorVisualizerSystem : VisualizerSystem<TypingInd
|
|||||||
|
|
||||||
if (!_prototypeManager.TryIndex<TypingIndicatorPrototype>(component.Prototype, out var proto))
|
if (!_prototypeManager.TryIndex<TypingIndicatorPrototype>(component.Prototype, out var proto))
|
||||||
{
|
{
|
||||||
Logger.Error($"Unknown typing indicator id: {component.Prototype}");
|
Log.Error($"Unknown typing indicator id: {component.Prototype}");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ public sealed class TypingIndicatorPrototype : IPrototype
|
|||||||
public string TypingState = default!;
|
public string TypingState = default!;
|
||||||
|
|
||||||
[DataField("offset")]
|
[DataField("offset")]
|
||||||
public Vector2 Offset = new(0.5f, 0.5f);
|
public Vector2 Offset = new(0, 0);
|
||||||
|
|
||||||
[DataField("shader")]
|
[DataField("shader")]
|
||||||
public string Shader = "unshaded";
|
public string Shader = "unshaded";
|
||||||
|
|||||||
@@ -17,11 +17,14 @@
|
|||||||
- type: typingIndicator
|
- type: typingIndicator
|
||||||
id: holo
|
id: holo
|
||||||
typingState: holo0
|
typingState: holo0
|
||||||
|
offset: 0, 0.0625
|
||||||
|
|
||||||
- type: typingIndicator
|
- type: typingIndicator
|
||||||
id: lawyer
|
id: lawyer
|
||||||
typingState: lawyer0
|
typingState: lawyer0
|
||||||
|
offset: 0, 0.125
|
||||||
|
|
||||||
- type: typingIndicator
|
- type: typingIndicator
|
||||||
id: moth
|
id: moth
|
||||||
typingState: moth0
|
typingState: moth0
|
||||||
|
offset: 0, 0.125
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 895 B After Width: | Height: | Size: 582 B |
|
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 365 B |
|
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 225 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 213 B |
|
Before Width: | Height: | Size: 870 B After Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 652 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 655 B |
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 292 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 345 B |
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 564 B |
|
Before Width: | Height: | Size: 851 B After Width: | Height: | Size: 613 B |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 269 B |
|
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 199 B |
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 182 B |
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"size": {
|
||||||
"x": 64,
|
"x": 32,
|
||||||
"y": 64
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 | Moth sprites made by PuroSlavKing (Github), dummy made by brainfood1183 (github)",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 | Moth sprites made by PuroSlavKing (Github)",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "alien0",
|
"name": "alien0",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 495 B |
|
Before Width: | Height: | Size: 880 B After Width: | Height: | Size: 580 B |
|
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 530 B |
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 188 B |