private static void StartDefaultViewer(World world, TileIdentifier tileId)
 {
     using (var game = new TerrainViewer(AvatarPosition.ToXna(), world, tileId))
     {
         game.Run();
     }
 }
Example #2
0
 new void Awake()
 {
     base.Awake();
     Instance = this;
 }
Example #3
0
 private void Start()
 {
     terrainSelectionViewer = TerrainViewer.Instance;
 }