Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"ready to submit. Might add more stuff later"
  • Loading branch information
rkv14001 committed Sep 13, 2016
1 parent 819c423 commit feca0e3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Binary file modified First Project/Assets/DnDBattle.unity
Binary file not shown.
1 change: 1 addition & 0 deletions First Project/Assets/Scripts/DNDFight.cs
Expand Up @@ -73,6 +73,7 @@ public class DNDFight : MonoBehaviour {
eAccf = getRandomInt(0.0f, 100.0f);
}
public void Fight () {

string final = playerAttackEnemy () + enemyAttackPlayer ();
log.text = final;
}
Expand Down
Binary file modified First Project/Library/assetDatabase3
Binary file not shown.
Binary file not shown.
Binary file modified First Project/Temp/__Backupscenes/0.backup
Binary file not shown.

0 comments on commit feca0e3

Please sign in to comment.