ericmichael / polyomino

Self-Assembly of Polyomino Tiles
3 stars 2 forks source link

Colors for ISU TAS assemblies #44

Closed ericmichael closed 9 years ago

ericmichael commented 9 years ago

In some ISU TAS files, color names are used.

TILENAME HALT
LABEL HALT
NORTHBIND 0
EASTBIND 0
SOUTHBIND 2
WESTBIND 0
NORTHLABEL -99
EASTLABEL -99
SOUTHLABEL HALT
WESTLABEL -99
TILECOLOR red
CREATE

I tried to make this work by using JavaFX colors, since they support CSS strings, and converting that to a hex string. Currently, not working needs another look.

Example for this would be _simpleTM.tdp that ships with ISU TAS

ericmichael commented 9 years ago

Fixed in: 89678efce90be89932946ecdcda2100df274f3d4