Use off-black wool outlines to see selection box

master
khonkhortisan 2013-03-30 19:07:32 -07:00
parent 946baae0fb
commit 4fb3e78fee
11 changed files with 2 additions and 11 deletions

View File

@ -1,8 +1,3 @@
--[settings
local UseBlackOutlinesOnCompressedCube = true
local UseBlackOutlinesOnExpandedCube = false
--]
--Okay, so we're making a Rubik's Cube!
--Let's start with the basics.
local colors = {
@ -21,12 +16,8 @@ for color = 1, #colors do
materials[color] = 'wool:'..colors[color]
tiles[color] = 'wool_'..colors[color]..'.png'
spawntex[color] = tiles[color]
if UseBlackOutlinesOnCompressedCube then
spawntex[color] = spawntex[color]..'^rubiks_three.png'
end
if UseBlackOutlinesOnExpandedCube then
tiles[color] = tiles[color]..'^rubiks_outline.png'
end
spawntex[color] = spawntex[color]..'^rubiks_three.png'
tiles[color] = tiles[color]..'^rubiks_outline.png'
end
--is this the center of a face, on the edge, or is it a corner?

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 748 B

BIN
textures/rubiks_four_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 735 B

BIN
textures/rubiks_six.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 757 B

BIN
textures/rubiks_three_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 741 B