Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	PositionSerialize.cs
  • Loading branch information
DrSharky committed Oct 21, 2018
2 parents 2e71535 + 3544814 commit 848b71a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion PositionSerialize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ void Start ()
{
modelName = armature.transform.parent.gameObject.name;
filePath = directory + modelName + lastFileIndex + ".txt";
<<<<<<< HEAD
boneCount = armature.transform.childCount;

////If file already exists, find last file count & set filePath to last file.
Expand All @@ -34,6 +35,11 @@ void Start ()
}

void Update ()
=======
}

void Update ()
>>>>>>> origin/master
{
if (Input.GetKeyDown(KeyCode.V))
WritePositions();
Expand Down Expand Up @@ -87,4 +93,4 @@ void ReadPositions()
}
reader.Close();
}
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Darktober-Game-Jam
Game for Darktober Game Jam

So the idea for this game is basically the Face Lift game from Mario Party, but Halloween type stuff instead.

0 comments on commit 848b71a

Please sign in to comment.