tangled
alpha
login
or
join now
ocrm.bsky.social
/
VoxelBlockGame
1
fork
atom
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1
fork
atom
overview
issues
pulls
pipelines
VoxelBlockGame
/
Minecraft.Client
/
TexOffs.cpp
at
main
9 lines
90 B
view raw
wrap content
daoge_cmd
Initial commit
16d ago
b691c43c
1
#
include
"stdafx.h"
2
#
include
"TexOffs.h"
3
4
TexOffs
:
:
TexOffs
(
int
x
,
int
y
)
:
5
x
(
x
)
,
6
y
(
y
)
7
{
8
9
}