Exemplo n.º 1
0
 void Update()
 {
     GameBuilderStage.GroundType curground = gbStage.GetGroundType();
     groundMenu.QuietSelectIndex((int)curground);
     colorWheel.SetColor(gbStage.GetGroundColor());
 }
Exemplo n.º 2
0
 void OnGroundSelect(int index)
 {
     GameBuilderStage.GroundType groundtype = (GameBuilderStage.GroundType)index;
     gbStage.SetGroundType(groundtype);
 }