mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00
New Version 1.43
Fixed the bugs.
This commit is contained in:
parent
c14ee15515
commit
2cc26ff3af
32 changed files with 427 additions and 74 deletions
|
@ -5781,6 +5781,11 @@ public class Game : MonoBehaviour
|
|||
}
|
||||
}
|
||||
|
||||
public void WebURL()
|
||||
{
|
||||
Application.OpenURL("www.skunkstudios.com");
|
||||
}
|
||||
|
||||
public void QuitGame()
|
||||
{
|
||||
Application.Quit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue