ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Bug with LOCK and clear_screen_enable = false #484

Open ainslec opened 2 years ago

ainslec commented 2 years ago

(raised by Josh Goebel)

// just type "L" over and over

start_at = my_location

locations {
   my_location : location "You are in a room.";
}

on_debug {
   : print "Press any key to continue ...";
   : press_any_key ;

}

themes {

   my_theme : theme {
      theme_settings {

         font = daad
         columns = 60
         // space_normalization = raw
         redescribe = auto_beta
         clear_screen_enable = false
      layout = SB G LOCK D O X
      }
   }
}