Skip to content

Spy06/InfecNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfecNet

A minigame i made with winforms This is just the source code, you can edit everything you want

All the assets i used is listed below:

Usage

  • Convert the BGM from .mp3 to .wav file
  • Create a winform project
  • Type dotnet new winforms in your terminal, this will automatically create a windows form application
  • Import the code
  • Now go to Program.cs
  • Instead of using
Application.Run (new Form1 ());

Use this

InfectEngine engine = InfectEngine.CreateEngine ();
Application.Run(engine);

And thats it, you're done setting up the app!

Setting The Desktop Wallpaper Through Code

Call this method everywhere you want

Extension.SetDesktopWallpaper (filePath);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages