forked from minetest-mods/stained_glass
Reworked to use engine param2 colorization
Uses the place-then-paint method to make colors. To get a regular color, place some Moreblocks super glow glass, then right click on it with some dye to color it. To get the pastel colors, right-click the colored glass with Moreblocks' "sweeper" to "brush off" some of the color. Do it again to change pastel to faint. Right click a pastel or faint with some dye to re-color it. You have to dig and re-place if you want to go darker/more saturated again.
This commit is contained in:
16
geany_run_script.sh
Normal file
16
geany_run_script.sh
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm $0
|
||||
|
||||
lua "init.lua"
|
||||
|
||||
echo "
|
||||
|
||||
------------------
|
||||
(program exited with code: $?)"
|
||||
|
||||
|
||||
echo "Press return to continue"
|
||||
#to be more compatible with shells like dash
|
||||
dummy_var=""
|
||||
read dummy_var
|
Reference in New Issue
Block a user