Skip to content

Commit

Permalink
rewritten ai
Browse files Browse the repository at this point in the history
  • Loading branch information
ben authored and ben committed Dec 26, 2012
1 parent e6fda27 commit 02a2cd3
Show file tree
Hide file tree
Showing 11 changed files with 523 additions and 627 deletions.
2 changes: 1 addition & 1 deletion SnowFight/Assets/Map/TeamBase.js
Expand Up @@ -39,7 +39,7 @@ var specialWeaponIcons : Texture2D[];
function PlayAudio(audio : AudioClip){
transform.audio.clip=audio;
if(!transform.audio.isPlaying){
transform.audio.Play();
transform.audio.Play();
}
}

Expand Down
2 changes: 1 addition & 1 deletion SnowFight/Assets/Network/ConnectGuiMasterServer.js
Expand Up @@ -323,7 +323,7 @@ function MakeCreditWindow (id : int) {
GUILayout.Label("Game Dev Class");
GUILayout.Label("SoSe2012 @ TU Berlin");
GUILayout.Space(22);
GUILayout.Label("Enjoy the summer!");
GUILayout.Label("Happy new year!");
}

function StartServer (serverName :String, level :String, global :boolean) {
Expand Down

0 comments on commit 02a2cd3

Please sign in to comment.