diff options
Diffstat (limited to 'DDayAtOmahaBeach')
| -rw-r--r-- | DDayAtOmahaBeach/DDayOmaha.lou | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/DDayAtOmahaBeach/DDayOmaha.lou b/DDayAtOmahaBeach/DDayOmaha.lou index 618bfab..c5ff774 100644 --- a/DDayAtOmahaBeach/DDayOmaha.lou +++ b/DDayAtOmahaBeach/DDayOmaha.lou @@ -10,11 +10,14 @@ def @Green {rgb .11 .5 .29}  #def @Green {rgb .4 .6 0}  def @Red {rgb .8 .1 0}  def @Orange {rgb 1 .4 0} +def @Lightgrey {rgb .95 .95 .95}  def @PRed right x { @Red @Colour x }  def @PBlue right x { @Blue @Colour x }  def @PGreen right x { @Green @Colour x }  def @POrange right x { @Orange @Colour x } +def @PPurple right x { @Purple @Colour x } +def @PLg paint { rgb { .95 .95 .95} }  def @Eliminated { {rgb 1 0 0} @Colour Eliminated }  def @Defeated { {rgb 1 0 0} @Colour Defeated } @@ -29,6 +32,12 @@ def @Depth { @Blue @Colour Depth }  def @Left right x { {rgb .11 .5 .29} @Colour {+x left}}  def @Rightt right x { {rgb .4 .6 0} @Colour {+x right}} +def @Fire { { @Red } @Colour { FIRE } } +def @NoAction { @Sym emptyset } +def @Action right x { { @Purple } @Colour { x } } + +def @Ext { {rgb .96 .14 .34}@Colour EXT } +  @Document  //  @Text @Begin | 
