3
1
Back

0]; scale([.38,.38,-.005]) surface("FireballSpellVertSmaller.png", center=true, invert=false); */ module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font); } From b404e3f9c5cb79c1ce2c1b1d88da892bdd69efea Mon Sep 17 00:00:00 2001 Subject: [PATCH] Clean up code formatting; added.

New Pull Request