The Wayback Machine - https://web.archive.org/web/20210209042201/https://github.com/topics/survival
Skip to content
#

survival

Here are 193 public repositories matching this topic...

Venom0us
Venom0us commented Dec 30, 2020

It is possible to upload our own image file and use this as font, which can be done like so:

int tileWidth = 16;
int tileHeight = 16;

// Load texture 2d from file based on image
var fontMaster = new FontMaster(Texture2D.FromFile(SadConsole.Game.Instance.GraphicsDevice, "image.png"), tileWidth, tileHeight);

// FontSize can vary how zoomed in you want it to be
var font = fontMaster.

Improve this page

Add a description, image, and links to the survival topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the survival topic, visit your repo's landing page and select "manage topics."

Learn more