GameUI
This commit is contained in:
parent
4fc1be09f9
commit
b0079c52d2
4 changed files with 34 additions and 1 deletions
|
@ -13,4 +13,21 @@ public class UIController : MonoBehaviour {
|
||||||
void Update () {
|
void Update () {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
public static UIController instance;
|
||||||
|
|
||||||
|
private GameObject score;
|
||||||
|
private GameObject pauseMenu;
|
||||||
|
private GameObject GameOverPanel;
|
||||||
|
|
||||||
|
public UIController()
|
||||||
|
{
|
||||||
|
UIController.instance = this;
|
||||||
|
}
|
||||||
|
public void quitGame()
|
||||||
|
{
|
||||||
|
Application.Quit();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
|
<<<<<<< Updated upstream
|
||||||
guid: 881d455850ed7ea4bb621a90b3c6ca20
|
guid: 881d455850ed7ea4bb621a90b3c6ca20
|
||||||
|
=======
|
||||||
|
guid: 4b89e87ec5e05d84187201364e8c6ad2
|
||||||
|
>>>>>>> Stashed changes
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
|
<<<<<<< Updated upstream
|
||||||
guid: 12533260c77040343bf5174a0d0d33a8
|
guid: 12533260c77040343bf5174a0d0d33a8
|
||||||
|
=======
|
||||||
|
guid: 436428cf08967fa40ae61b14aec73356
|
||||||
|
>>>>>>> Stashed changes
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
@ -73,7 +77,11 @@ TextureImporter:
|
||||||
outline: []
|
outline: []
|
||||||
physicsShape: []
|
physicsShape: []
|
||||||
bones: []
|
bones: []
|
||||||
|
<<<<<<< Updated upstream
|
||||||
spriteID: beca343519669dd45b1f003629cc37da
|
spriteID: beca343519669dd45b1f003629cc37da
|
||||||
|
=======
|
||||||
|
spriteID: 02bd9af2a69b3ca4fa9a56e639077f6a
|
||||||
|
>>>>>>> Stashed changes
|
||||||
vertices: []
|
vertices: []
|
||||||
indices:
|
indices:
|
||||||
edges: []
|
edges: []
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
|
<<<<<<< Updated upstream
|
||||||
guid: 17f2c62e0d0a0bc42b634bcfcc193dd8
|
guid: 17f2c62e0d0a0bc42b634bcfcc193dd8
|
||||||
|
=======
|
||||||
|
guid: c9805fee8f9255941ac3d9e1e313cab6
|
||||||
|
>>>>>>> Stashed changes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|
Loading…
Add table
Reference in a new issue