0.60 wrap up commit

This commit is contained in:
darkfire006 2024-03-01 20:17:54 -06:00
parent 344b65fe7e
commit 6ed27c3721
6 changed files with 9 additions and 9 deletions

View File

@ -19,12 +19,12 @@ Public Class GameController
''' <summary> ''' <summary>
''' The current version of the game. ''' The current version of the game.
''' </summary> ''' </summary>
Public Const GAMEVERSION As String = "0.59.3" Public Const GAMEVERSION As String = "0.60"
''' <summary> ''' <summary>
''' The number of released iterations of the game. ''' The number of released iterations of the game.
''' </summary> ''' </summary>
Public Const RELEASEVERSION As String = "105" Public Const RELEASEVERSION As String = "106"
''' <summary> ''' <summary>
''' The development stage the game is in. ''' The development stage the game is in.

View File

@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyProduct("Pokémon3D")> <Assembly: AssemblyProduct("Pokémon3D")>
<Assembly: AssemblyDescription("")> <Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kolben Games")> <Assembly: AssemblyCompany("Kolben Games")>
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2023")> <Assembly: AssemblyCopyright("Copyright © Kolben 2012-2024")>
<Assembly: AssemblyTrademark("")> <Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")> <Assembly: AssemblyCulture("")>
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number ' Build Number
' Revision ' Revision
' '
<Assembly: AssemblyVersion("0.59.3")> <Assembly: AssemblyVersion("0.60")>

View File

@ -2,7 +2,7 @@ Public Class CreditsScreen
Inherits Screen Inherits Screen
Private Const COPYRIGHTYEAR As String = "2023" Private Const COPYRIGHTYEAR As String = "2024"
Dim CreditsPages As New List(Of CreditsPage) Dim CreditsPages As New List(Of CreditsPage)
Dim CurrentPageIndex As Integer = 0 Dim CurrentPageIndex As Integer = 0

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 51403932 Const EXPECTEDSIZE As Integer = 53835321
Const METAHASH As String = "QzExNUEwQ0U4NkZFN0U2NTVCNUNBRTJFNjlENkNEQUM=" Const METAHASH As String = "MjdEOEY3ODNCNDVDNkVFNjk4QTFBQTcwM0Q2MEJDOTQ="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get Get

View File

@ -5,7 +5,7 @@ Pokémon 3D is not affiliated with Nintendo, Creatures Inc. or GAME FREAK Inc.
Pokémon 3D Pokémon 3D
Created by Kolben Games Created by Kolben Games
2012-2023 2012-2024
Team Kolben Team Kolben
Nils Drescher Nils Drescher

File diff suppressed because one or more lines are too long