Resolve WES-43 "Minigame framework"
This commit is contained in:
@@ -20,7 +20,7 @@ public class StartPause : MonoBehaviour
|
||||
private int word_i = 0;
|
||||
// In my example, i have 4 videos/images
|
||||
private int max_words = 4;
|
||||
|
||||
|
||||
// Start is called before the first frame update
|
||||
public void Awake()
|
||||
{
|
||||
@@ -71,7 +71,7 @@ public class StartPause : MonoBehaviour
|
||||
col.a = 255;
|
||||
button.image.color = col;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Press next-sign button for next word
|
||||
public void NextSign(){
|
||||
|
||||
Reference in New Issue
Block a user