mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.35.4
This commit is contained in:
parent
93360248fb
commit
7db66e73f4
4 changed files with 23 additions and 15 deletions
|
@ -1,3 +1,11 @@
|
|||
# 0.35.4
|
||||
*August 2, 2023*
|
||||
|
||||
This one's a little embarrassing. Sorry everyone!
|
||||
|
||||
Fixes
|
||||
- Fixed a crash when creating a new save.
|
||||
|
||||
# 0.35.3
|
||||
*August 1, 2023*
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameSpeed
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 598
|
||||
startLine: 594
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -53,7 +53,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Paused
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 603
|
||||
startLine: 599
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Regular
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 607
|
||||
startLine: 603
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 611
|
||||
startLine: 607
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 615
|
||||
startLine: 611
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtremelyFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 620
|
||||
startLine: 616
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MapInfo
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 569
|
||||
startLine: 565
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -68,7 +68,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 574
|
||||
startLine: 570
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Custom
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 578
|
||||
startLine: 574
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 585
|
||||
startLine: 581
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WallDisplay
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 628
|
||||
startLine: 624
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Roofs
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 633
|
||||
startLine: 629
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Up
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 637
|
||||
startLine: 633
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Auto
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 641
|
||||
startLine: 637
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Down
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 645
|
||||
startLine: 641
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
Loading…
Reference in a new issue