mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Alpha 0.0.2
This commit is contained in:
parent
bd146b465a
commit
a0c3155f8c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace Capy64;
|
||||||
|
|
||||||
public class Capy64 : Game, IGame
|
public class Capy64 : Game, IGame
|
||||||
{
|
{
|
||||||
public const string Version = "a0.0.1";
|
public const string Version = "0.0.2-alpha";
|
||||||
public static string AppDataPath = Path.Combine(
|
public static string AppDataPath = Path.Combine(
|
||||||
Environment.GetFolderPath(
|
Environment.GetFolderPath(
|
||||||
Environment.SpecialFolder.ApplicationData,
|
Environment.SpecialFolder.ApplicationData,
|
||||||
|
|
Loading…
Reference in a new issue