Fears to Fathom - Episode 3

Fears to Fathom - Episode 3

View Stats:
Easter Egg (Egg.exe)
Is the Egg.exe program on the computer an Easter Egg? I saw this and was curious. Does the developer want us to find out? Can we open the program?
< >
Showing 1-1 of 1 comments
OpenToadShoes 15 Jun, 2023 @ 9:24pm 
Update: I decompiled the code and found that there is no easter egg.

Here is the code for the Egg.exe program:
public void OpenEgg()
{
if (!this.GM.virusFixed)
{
this.desktopScreen.SetActive(false);
this.StartCoroutine(this.OpenErrorWait());
}
else
{
this.StartCoroutine(this.EggOpenWait());
this.desktopScreen.SetActive(false);
}
}
< >
Showing 1-1 of 1 comments
Per page: 1530 50