mirror of
https://github.com/ConjureETS/OuijaMTLGJ2016.git
synced 2026-03-24 02:01:06 +00:00
Merge branch 'master' of https://github.com/ConjureETS/OuijaMTLGJ2016
This commit is contained in:
commit
2b39079cbe
@ -56,13 +56,12 @@ public class GUIGameplay : MonoBehaviour {
|
||||
{
|
||||
Color temp = GUI.color ;
|
||||
GUI.color = new Color(1f, 1f, 1f, 0.50f);
|
||||
GUI.DrawTexture(new Rect(x + j * 40 + 20 , 40, 40, 40), rune);
|
||||
GUI.DrawTexture(new Rect(x + j * 40 + 20 , 50, 40, 40), rune);
|
||||
GUI.color = temp;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
GUI.DrawTexture(new Rect(x + j * 30 + 20 , 40, 30, 30), rune);
|
||||
GUI.DrawTexture(new Rect(x + j * 40 + 20 , 50, 40, 40), rune);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user