Skip to content

Commit

Permalink
keine icons mehr bei schneebaellen etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben authored and ben committed Jul 12, 2012
1 parent 49336b6 commit 1af085f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnowFight/Assets/Network/ConnectGuiMasterServer.js
Expand Up @@ -75,7 +75,7 @@ function OnGUI ()
if (GUI.Button(Rect(origin.x+150*scale,origin.y-15*scale, 100,30),"join")) {
currScreen = GUIScreen.Join;
}
if (GUI.Button(Rect(origin.x-50,origin.y+150*scale, 100,30),"quit")) {
if (GUI.Button(Rect(origin.x-50,origin.y+100*scale, 100,30),"quit")) {
currScreen = GUIScreen.Credits;
}

Expand Down
Binary file modified SnowFight/Assets/Players/Player.prefab
Binary file not shown.
Binary file modified SnowFight/Assets/Weapons/WeaponSnowrocket.prefab
Binary file not shown.

0 comments on commit 1af085f

Please sign in to comment.