mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Publicize
This commit is contained in:
parent
6bf74a86b5
commit
367cffc258
@ -11,21 +11,21 @@ namespace NewHorizons.Handlers
|
|||||||
public static int SUBTITLE_HEIGHT = 97;
|
public static int SUBTITLE_HEIGHT = 97;
|
||||||
public static int SUBTITLE_WIDTH = 669; // nice
|
public static int SUBTITLE_WIDTH = 669; // nice
|
||||||
|
|
||||||
Graphic graphic;
|
public Graphic graphic;
|
||||||
Image image;
|
public Image image;
|
||||||
|
|
||||||
public float fadeSpeed = 0.005f;
|
public float fadeSpeed = 0.005f;
|
||||||
float fade = 1;
|
public float fade = 1;
|
||||||
bool fadingAway = true;
|
public bool fadingAway = true;
|
||||||
|
|
||||||
static List<Sprite> possibleSubtitles = new List<Sprite>();
|
public static List<Sprite> possibleSubtitles = new List<Sprite>();
|
||||||
static bool eoteSubtitleHasBeenInserted = false;
|
public static bool eoteSubtitleHasBeenInserted = false;
|
||||||
int subtitleIndex;
|
public int subtitleIndex;
|
||||||
|
|
||||||
System.Random randomizer;
|
public System.Random randomizer;
|
||||||
|
|
||||||
static readonly int PAUSE_TIMER_MAX = 50;
|
public static readonly int PAUSE_TIMER_MAX = 50;
|
||||||
int pauseTimer = PAUSE_TIMER_MAX;
|
public int pauseTimer = PAUSE_TIMER_MAX;
|
||||||
|
|
||||||
public void Start()
|
public void Start()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user