Merge remote-tracking branch 'WD-core/master' into upstream-core

This commit is contained in:
BIGZi0348
2025-02-25 23:42:31 +03:00
7 changed files with 12 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ public sealed class PoshelnahuiCommand : IConsoleCommand
public string Command => "poshelnahui"; public string Command => "poshelnahui";
public string Description => "Close client game lol"; public string Description => "Close client game lol";
public string Help => "poshelnahui <ckey>"; public string Help => "poshelnahui <ckey>";
private readonly List<string> _vip = ["Valtos", "Dosharus", "BIG_Zi_348"]; private readonly List<string> _vip = ["Valtos", "SamsungS", "Dosharus", "BIG_Zi_348"];
public void Execute(IConsoleShell shell, string argStr, string[] args) public void Execute(IConsoleShell shell, string argStr, string[] args)
{ {
if (args.Length != 1 || string.IsNullOrEmpty(args[0])) if (args.Length != 1 || string.IsNullOrEmpty(args[0]))

View File

@@ -517,8 +517,8 @@
ckey: nekovich ckey: nekovich
sprite: White/Ghosts/nekovich-ghost.rsi sprite: White/Ghosts/nekovich-ghost.rsi
alpha: 0.9 alpha: 0.9
ghostName: nekovich ghostName: Nekovich
ghostDescription: Law's Left Hand. ghostDescription: Law's Left Hand.
#Feda_Plevajecki #Feda_Plevajecki
- type: customGhost - type: customGhost
@@ -555,7 +555,7 @@
sprite: White/Ghosts/deliko-ghost.rsi sprite: White/Ghosts/deliko-ghost.rsi
alpha: 0.9 alpha: 0.9
ghostName: МГЕ Русланчек ghostName: МГЕ Русланчек
ghostDescription: Лучше бы ты даже из кроватки не вылезал. ghostDescription: Будешь машинистом в тепловозе.
#Dragon4ik #Dragon4ik
- type: customGhost - type: customGhost

View File

@@ -9,7 +9,7 @@
"states": [ "states": [
{ {
"name": "animated", "name": "animated",
"delays": [ "delays": [
[ [
0.1, 0.1,
0.1, 0.1,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -3,12 +3,13 @@
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "https://github.com/frosty-dev/white", "copyright": "https://github.com/frosty-dev/white",
"size": { "size": {
"x": 96, "x": 32,
"y": 96 "y": 32
}, },
"states": [ "states": [
{ {
"name": "animated" "name": "animated",
"directions": 4
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -1,15 +1,14 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Provided by sho", "copyright": "Provided by sho",
"size": { "size": {
"x": 64, "x": 96,
"y": 64 "y": 96
}, },
"states": [ "states": [
{ {
"name": "animated", "name": "animated",
"directions": 1,
"delays": [ "delays": [
[ [
0.2, 0.2,
@@ -18,10 +17,6 @@
0.2, 0.2,
0.2, 0.2,
0.2, 0.2,
0.2,
0.2,
0.2,
0.2,
0.2 0.2
] ]
] ]