ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Bad status bar indent when specifying a status bar with the same colour as the story colour #448

Open ainslec opened 3 years ago

ainslec commented 3 years ago

Resolved by specifying (but this should not be necessary).

status_bar_padding_horz = 0

start_at   = my_location

locations {

   my_location : location "You are in a room.";

}

themes {
   my_theme : theme {

          lister_inventory {
         list_type = verbose 
    experimental_auto_group_singular_objects = true

      }

      lister_objects {
         experimental_auto_group_singular_objects = true

      }
      lister_exits {
exit_list_style = verbose

      }

      // screen {
      //    status_bar_padding_horz = 0
      // }

      theme_settings {

         layout = SB D O LOCK
         font =serif
          header_capitalization = original
         theme_tags  = [ yellow ]
      }

      status_bar {

         : fixed_text "fff" ;
         : fixed_text "ffff" ;

      }
colors {
         // 15 == white (#fff)
         status_bar_pen   = 0
         // 9 = Blue (#00f)
         status_bar_paper = #FF9
       //#efe
         pen = #000
         paper = #FF9

      }
   }
}