Skip to content

Instantly share code, notes, and snippets.

View naruse's full-sized avatar

Juan Sebastian Muñoz naruse

  • Pencil Square Games
  • Canada
View GitHub Profile
@naruse
naruse / Calc.cs
Created October 22, 2013 12:48
Basically draws a calculator and all the logic inside of it.
/*
Basically draws a calculator and all the logic inside.
programmed by: Juan Sebastian Munoz Arango
[email protected]
October
*/
using UnityEngine;
“Always Up” (referring to sun) = Siempre de dia
“Always Down” (referring to sun) = Siempre de noche
“Hemisphere” = Hemisferio
“Northern” (referring to northern hemisphere) = hemisferio norte
“Southern” (referring to northern hemisphere) = hemisferio sur
“City Map” = mapa de la ciudad
“No Cities” = no hay ciudades
“Tap + to add a new city” = Unda + para adicionar una nueva ciudad
“Units” = Unidades
“System Timezone” = sistema de zona horaria
“Always Up” (referring to sun) = Siempre de dia
“Always Down” (referring to sun) = Siempre de noche
“Hemisphere” = Hemisferio
“Northern” (referring to northern hemisphere) = hemisferio norte
“Southern” (referring to northern hemisphere) = hemisferio sur
“City Map” = mapa de la ciudad
“No Cities” = no hay ciudades
“Tap + to add a new city” = Unda + para adicionar una nueva ciudad
“Units” = Unidades
“System Timezone” = Coordenadas horarias (not sure 100%)
/************ revisamos que el web player haya finalizado de cargar ************/
if(Application.GetStreamProgressForLevel(0) == 1 && !finishedLoadingApp){
Application.ExternalCall("FinishedLoadingApp");
finishedLoadingApp = true;
}
/*******************************************************************************/