change default (absent) texture to a new pink block

This commit is contained in:
David Vierra 2011-11-11 03:56:41 -10:00
parent 76bb92324f
commit c19e5a7e69

View File

@ -7,7 +7,7 @@ from pprint import pformat
import sys, os
NOTEX = (0xB0, 0x80)
NOTEX = (0xB0, 0xE0)
import yaml