I'm setting up a Steamworks account to distribute the finished game; what do I upload? Do I only upload the "Compiled" folder that contains the .exe and related files or do I need to include other stuff?


This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenugRestoreGame.Visible = true;
int rightX = 192;
int middleX = 124;
int leftX = 54;
int bottomY = 198;
int middleY = 132;
int topY = 68;
switch(tTopTile)
{
case "Top Left":
switch(tMissingTile)
{
case "Right":
tMissingTile = "Top Left";
tTopTile = "Right";
aTileSlide.Play();
oTileTop.Move(rightX, middleY, 4, eBlock, eAnywhere);
break;
case "Top":
tMissingTile = "Top Left";
tTopTile = "Top";
aTileSlide.Play();
oTileTop.Move(middleX, topY, 4, eBlock, eAnywhere);
break;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.033 seconds with 15 queries.