clearepisodes

episode B1M1
{
   name = "BRB"
   key = "m"
}

GameInfo
{
    PlayerClasses = "BubblePlayer"
    AddEventHandlers = "B_QuickMeleeEH"
    Sky1 = "textures/SKY3.png"
    StatusBarClass = "B_BubbleStatusBar" //replaces the base HUD
    CursorPic = "M_BBCUR"
}

DoomEdNums
{
  2001 = "b_BubbleBus"
  2002 = "b_BubbleMachine"
  5010 = "BubblePistol"
}

defaultmap
{
  lightmode = 0 
  NoIntermission
  // F1 = "<image>"
  // MapBackground = "<image>"
  sky1 = "SKY3", 0.0
}

map B1M1 "Back in a sec"
{
  levelnum = 1
  next = "B1M2"
  music = "MUSIC_B1M1"
}

map B1M2 "Where did you go"
{
  levelnum = 2
  music = "MUSIC_B1M2"
  next = "EndTitle"
}

map TITLEMAP "Title Map"
{
  sky1 = "SKY3", 0.0
}

clearskills

skill normal
{
	SpawnFilter = Normal
	PicName = "M_BHURT"
	Key = "h"
	Name = "Go Inside!"
	DefaultSkill
}