This game is not supported on Mobile
You're getting sleepy.
Flasterblat
public class Cube : MonoBehaviour { public MeshRenderer Renderer; void Update() { transform.Rotate(10.0f * Time.deltaTime, Time.deltaTime, 2.0f * Time.deltaTime); transform.position = new Vector3(0.0f, 0.0f, Mathf.Sin(Time.time)); Material material = Renderer.material; material.color = new Color( Mathf.Sin(Time.time * 0.5f), Mathf.Sin(Time.time * 0.6f), Mathf.Sin(Time.time * 0.7f), 1.0f ); } }
Made with
You may also like
Struckd Showdown
2,866,678 plays
getaway shootout
2,775,969 plays
WARTEN Battle Royale
2,057,190 plays
ЖАБЫ ПАРКУРЯТ
1,442,442 plays
Alpaca Race
1,386,451 plays
SuperSquad : PirateAttacks
1,298,973 plays
Speed Racer
1,185,223 plays
Campo de batalha
1,084,731 plays
ELDAN STORY 1
1,070,640 plays
Bored Ape || Head Volley
990,251 plays
0 / 200