bloubworld: more tweaking, more pimping
This commit is contained in:
@@ -9,6 +9,8 @@ BEGIN {
|
||||
count = 0
|
||||
bx = by = bz = 0.0
|
||||
print "// GENERATED FILE, DON'T TOUCH IT !"
|
||||
print "// --------------------------------"
|
||||
print
|
||||
print "#declare Bloubs = object\n{"
|
||||
print "union\t{"
|
||||
}
|
||||
@@ -18,10 +20,11 @@ BEGIN {
|
||||
merged = $6
|
||||
|
||||
color = "Cyan"
|
||||
if (age < 2) color = "Yellow"
|
||||
if (age < 18) color = "Gray40"
|
||||
if (age < 2) color = "Gray10"
|
||||
if (merged) {
|
||||
if (age > 120) color = "Orange"
|
||||
else color = "Red"
|
||||
else color = "Yellow"
|
||||
}
|
||||
else {
|
||||
if (age > 120) color = "Black"
|
||||
|
||||
Reference in New Issue
Block a user