Replay client (#15001)
This commit is contained in:
34
Resources/Locale/en-US/replays/replays.ftl
Normal file
34
Resources/Locale/en-US/replays/replays.ftl
Normal file
@@ -0,0 +1,34 @@
|
||||
# Loading Screen
|
||||
|
||||
replay-loading = Loading ({$cur}/{$total})
|
||||
replay-loading-reading = Reading Files
|
||||
replay-loading-processing = Processing Files
|
||||
replay-loading-spawning = Spawning Entities
|
||||
replay-loading-initializing = Initializing Entities
|
||||
replay-loading-starting= Starting Entities
|
||||
replay-loading-failed = Failed to load replay:
|
||||
{$reason}
|
||||
|
||||
# Main Menu
|
||||
replay-menu-subtext = Replay Client
|
||||
replay-menu-load = Load Selected Replay
|
||||
replay-menu-select = Select a Replay
|
||||
replay-menu-open = Open Replay Folder
|
||||
replay-menu-none = No replays found.
|
||||
|
||||
# Main Menu Info Box
|
||||
replay-info-title = Replay Information
|
||||
replay-info-none-selected = No replay selected
|
||||
replay-info-invalid = [color=red]Invalid replay selected[/color]
|
||||
replay-info-info = {"["}color=gray]Selected:[/color] {$name} ({$file})
|
||||
{"["}color=gray]Time:[/color] {$time}
|
||||
{"["}color=gray]Round ID:[/color] {$roundId}
|
||||
{"["}color=gray]Duration:[/color] {$duration}
|
||||
{"["}color=gray]ForkId:[/color] {$forkId}
|
||||
{"["}color=gray]Version:[/color] {$version}
|
||||
{"["}color=gray]Engine:[/color] {$engVersion}
|
||||
{"["}color=gray]Type Hash:[/color] {$hash}
|
||||
{"["}color=gray]Comp Hash:[/color] {$compHash}
|
||||
|
||||
# Replay selection window
|
||||
replay-menu-select-title = Select Replay
|
||||
BIN
Resources/Textures/Mobs/Silicon/Bots/mommi.rsi/base.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/Bots/mommi.rsi/base.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
26
Resources/Textures/Mobs/Silicon/Bots/mommi.rsi/meta.json
Normal file
26
Resources/Textures/Mobs/Silicon/Bots/mommi.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/760145264ca0d64acb53d76449e0a56630da6753/icons/mob/mommi.dmi",
|
||||
"states": [
|
||||
{
|
||||
"name": "base",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wiggle",
|
||||
"delays": [
|
||||
[
|
||||
0.3,
|
||||
0.3,
|
||||
0.3,
|
||||
0.3
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Silicon/Bots/mommi.rsi/wiggle.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/Bots/mommi.rsi/wiggle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
Reference in New Issue
Block a user