Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor authored Sep 15, 2019
1 parent 267da4a commit 13d4d97
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Game/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Game/Form3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ private void PictureBox4_Click(object sender, EventArgs e)
Form4.BringToFront();
}
else
{
pictureBox4.Image = Properties.Resources.pause_idle;
timer1.Enabled = true;
}
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions Game/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için
// bu öznitelik değerlerini değiştirin.
[assembly: AssemblyTitle("Game")]
[assembly: AssemblyDescription("Game v1.2")]
[assembly: AssemblyDescription("Game v1.3")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Taiizor")]
[assembly: AssemblyProduct("Game")]
[assembly: AssemblyCopyright("Copyright © 2019 Taiizor Inc.")]
[assembly: AssemblyCopyright("Copyright © 2019 Taiizor Inc.")]
[assembly: AssemblyTrademark("Taiizor")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// Tüm değerleri belirtebilir veya varsayılan Derleme ve Düzeltme Numaralarını kullanmak için
// aşağıda gösterildiği gibi '*' kullanabilirsiniz:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
Binary file modified Game/bin/Release/Game.exe
Binary file not shown.
Binary file modified Game/bin/Release/Game.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Game/bin/Release/Settings/Setting1.dll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Y
Y
2 changes: 1 addition & 1 deletion Game/bin/Release/Settings/Setting2.dll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Y
Y
Binary file not shown.
Binary file not shown.
Binary file modified Game/obj/Release/Game.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified Game/obj/Release/Game.exe
Binary file not shown.
Binary file modified Game/obj/Release/Game.pdb
Binary file not shown.

0 comments on commit 13d4d97

Please sign in to comment.