Skip to content

Commit

Permalink
Remove japro support
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalcodes committed Sep 30, 2016
1 parent 28bf0f8 commit 84f1ab6
Show file tree
Hide file tree
Showing 15 changed files with 87 additions and 3,740 deletions.
403 changes: 0 additions & 403 deletions assets/ui/jamp/controls.menu

Large diffs are not rendered by default.

184 changes: 5 additions & 179 deletions assets/ui/jamp/ingame.menu
Original file line number Diff line number Diff line change
Expand Up @@ -613,48 +613,6 @@
//-------------------------------------------
// Bottom Bar
//-------------------------------------------
itemDef
{
name spectatorButton
group none
style WINDOW_STYLE_SHADER
rect 295 464 50 16
background "gfx/menus/menu_buttonback" // Frame around button
forecolor 1 1 1 1
decoration
visible 0
}

itemDef
{
name spectator
text "Spec"
type 1
style WINDOW_STYLE_FILLED
rect 295 464 50 16
font 2
textscale .7
textstyle 3
textalign ITEM_ALIGN_CENTER
textalignx 25
textaligny -2
forecolor 1 .682 0 1
backcolor 0 0 0 0
visible 1
action
{
play "sound/interface/button1.wav" ;
open spectatormenu
}
mouseenter
{
show spectatorButton
}
mouseexit
{
hide spectatorButton
}
}

itemDef
{
Expand Down Expand Up @@ -698,102 +656,13 @@
hide browserButton
}
}

itemDef
{
name raceButton
//group none
style WINDOW_STYLE_SHADER
rect 345 464 50 16
background "gfx/menus/menu_buttonback" // Frame around button
forecolor 1 1 1 1
decoration
visible 0
}

itemDef
{
name race
text "Race"
type 1
style WINDOW_STYLE_FILLED
rect 345 464 50 16
font 2
textscale .7
textstyle 3
textalign ITEM_ALIGN_CENTER
textalignx 25
textaligny -2
forecolor 1 .682 0 1
backcolor 0 0 0 0
visible 1
action
{
play "sound/interface/button1.wav" ;
open racemenu
}
mouseenter
{
show raceButton
}
mouseexit
{
hide raceButton
}
}
/*
itemDef
{
name printstatsButton
group none
style WINDOW_STYLE_SHADER
rect 295 464 50 16
background "gfx/menus/menu_buttonback" // Frame around button
forecolor 1 1 1 1
decoration
visible 0
}

itemDef
{
name printstats
text "Printstats"
type 1
style WINDOW_STYLE_FILLED
rect 295 464 50 16
font 2
textscale .7
textstyle 3
textalign ITEM_ALIGN_CENTER
textalignx 25
textaligny -2
forecolor 1 .682 0 1
backcolor 0 0 0 0
visible 1
cvartest "g_gametype"
showcvar { "6", "8" }
action
{
play "sound/interface/button1.wav" ;
exec "cmd printstats" ;
uiScript closeingame
}
mouseenter
{
show printstatsButton
}
mouseexit
{
hide printstatsButton
}
}
*/

itemDef
{
name cameraButton
group none
style WINDOW_STYLE_SHADER
rect 245 464 50 46
rect 195 464 50 46
background "gfx/menus/menu_buttonback" // Frame around button
forecolor 1 1 1 1
decoration
Expand All @@ -806,7 +675,7 @@
text "Camera"
type 1
style WINDOW_STYLE_FILLED
rect 245 464 50 16
rect 195 464 50 16
font 2
textscale .7
textstyle 3
Expand All @@ -831,55 +700,12 @@
}
}

itemDef
{
name strafeHelperButton
group none
style WINDOW_STYLE_SHADER
rect 195 464 50 16
background "gfx/menus/menu_buttonback" // Frame around button
forecolor 1 1 1 1
decoration
visible 0
}

itemDef
{
name strafeHelper
text "Strafe H."
type 1
style WINDOW_STYLE_FILLED
rect 195 464 50 16
font 2
textscale .7
textstyle 3
textalign ITEM_ALIGN_CENTER
textalignx 25
textaligny -2
forecolor 1 .682 0 1
backcolor 0 0 0 0
visible 1
action
{
play "sound/interface/button1.wav" ;
open strafehelpermenu
}
mouseenter
{
show strafeHelperButton
}
mouseexit
{
hide strafeHelperButton
}
}

itemDef
{
name accountButton
group none
style WINDOW_STYLE_SHADER
rect 295 448 50 16
rect 295 464 50 16
background "gfx/menus/menu_buttonback" // Frame around button
forecolor 1 1 1 1
decoration
Expand All @@ -892,7 +718,7 @@
text "Account"
type 1
style WINDOW_STYLE_FILLED
rect 295 448 50 16
rect 295 464 50 16
font 2
textscale .7
textstyle 3
Expand Down
139 changes: 0 additions & 139 deletions assets/ui/jamp/ingame_callvote.menu
Original file line number Diff line number Diff line change
Expand Up @@ -299,53 +299,6 @@
hide kick_glow
}
}

itemDef
{
name forcespec_glow
group glows
style WINDOW_STYLE_SHADER
rect 0 155 120 30
background "gfx/menus/menu_blendbox2" // Frame around button
forecolor 1 1 1 1
visible 0
decoration
}

itemDef
{
name forcespecbutton
group grpbutton
text forcespec
descText "Force a player to spectator."
type ITEM_TYPE_BUTTON
style WINDOW_STYLE_EMPTY
rect 10 155 103 30
font 3
textscale 0.9
textalignx 100
textaligny 5
textstyle 3
textalign ITEM_ALIGN_RIGHT
forecolor 1 .682 0 1
visible 1
action
{
play "sound/interface/button1.wav" ;
hide grpCallVote ;
show forcespec ;
setitemcolor grpbutton forecolor 1 .682 0 1 ;
setitemcolor forcespecbutton forecolor 1 1 1 1 ;
}
mouseEnter
{
show forcespec_glow
}
mouseExit
{
hide forcespec_glow
}
}

//----------------------------------
// MISC VOTE PANEL
Expand Down Expand Up @@ -1112,98 +1065,6 @@
}
}

//----------------------------------
// KICK VOTE PANEL
//----------------------------------
itemDef
{
name forcespec
group grpCallVote
text "Forcespec Player:"
rect 120 35 230 20
textalign 0
textalignx 5
textaligny -2
font 2
textscale .8
forecolor .549 .854 1 1
visible 0
decoration
action
{
play "sound/interface/button1.wav" ;
}
}

itemDef
{
name forcespec
group grpCallVote
descText "Select player to force to spec."
rect 120 55 230 138
style WINDOW_STYLE_FILLED
type ITEM_TYPE_LISTBOX
elementwidth 120
elementheight 15
elementtype LISTBOX_TEXT
feeder FEEDER_PLAYER_LIST
border 1
bordercolor 1 .682 0 .8
backcolor 0 0 .5 .25
outlinecolor .1 .1 .7 .5
font 2
textaligny 12
textscale .8
forecolor .615 .615 .956 1
visible 0
mouseEnter
{
fadein message_arena ;
setitemcolor forcespec bordercolor .7 0 0 1
}
mouseExit
{
fadeout message_arena ;
setitemcolor forcespec bordercolor .5 .5 .5 1
}
action
{
play "sound/interface/button1.wav" ;
}

}

itemDef
{
name forcespec
text @MENUS_OKAY
descText "Begin vote to force spec this player."
type 1
group grpCallVote
style WINDOW_STYLE_FILLED
rect 140 216 80 30
textalign ITEM_ALIGN_CENTER
textalignx 40
textaligny 0
font 3
textscale 1
forecolor 1 .682 0 1
visible 1
action
{
play "sound/interface/button1.wav" ;
uiScript voteForceSpec ;
uiScript closeingame
}
mouseEnter
{
show doneButton
}
mouseExit
{
hide doneButton
}
}
}
}

Expand Down
Loading

0 comments on commit 84f1ab6

Please sign in to comment.