Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
385 B · 17 lines
C++
at main
123456789101112131415161718#include "stdafx.h"#include "UI.h"#include "UIControl_Cursor.h"
UIControl_Cursor::UIControl_Cursor(){}
bool UIControl_Cursor::setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName){ UIControl::setControlType(UIControl::eCursor); bool success = UIControl_Base::setupControl(scene,parent,controlName);
//Label specific initialisers
return success;}