the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 9 lines 90 B view raw
1#include "stdafx.h" 2#include "TexOffs.h" 3 4TexOffs::TexOffs(int x, int y) : 5x(x), 6y(y) 7{ 8 9}