mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Mention F10 for textures step in lb/gb add (Thanks goodlyay)
This commit is contained in:
parent
46d4d1cc47
commit
ca32eb4442
@ -659,7 +659,7 @@ namespace MCGalaxy.Commands.CPE {
|
|||||||
null, null, "name", "shape", "toptex", "sidetex", "bottomtex", "min", "max", "collide",
|
null, null, "name", "shape", "toptex", "sidetex", "bottomtex", "min", "max", "collide",
|
||||||
"speed", "blockslight", "sound", "fullbright", "blockdraw", "fogdensity", "fogcolor", "fallback" };
|
"speed", "blockslight", "sound", "fullbright", "blockdraw", "fogdensity", "fogcolor", "fallback" };
|
||||||
|
|
||||||
const string texLine = "Textures in terrain.png are numbered from left to right, increasing downwards";
|
const string texLine = "Press F10 to see the numbers for each texture in terrain.png";
|
||||||
static Dictionary<string, string[]> helpSections = new Dictionary<string, string[]>() {
|
static Dictionary<string, string[]> helpSections = new Dictionary<string, string[]>() {
|
||||||
{ "name", new string[] { "Type the name for the block." } },
|
{ "name", new string[] { "Type the name for the block." } },
|
||||||
{ "shape", new string[] { "Type '0' if the block is a cube, '1' if a sprite (e.g roses)." } },
|
{ "shape", new string[] { "Type '0' if the block is a cube, '1' if a sprite (e.g roses)." } },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user