Skip to content

Commit

Permalink
Tidy these configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jul 2, 2021
1 parent 75213a6 commit 80730c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
8 changes: 4 additions & 4 deletions packages/styles/oldAp/items/angled_pan/vbsp_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"Flag" "instvar"
"animation ramp_30_deg_open"
"$animation ramp_30_deg_open"
{
"ChangeInstance" "instances/BEE2/%DECADE%/static_panel/30_surf.vmf"
"SetPanelOptions"
Expand All @@ -45,7 +45,7 @@
}
}
}
"animation ramp_45_deg_open"
"$animation ramp_45_deg_open"
{
"ChangeInstance" "instances/BEE2/%DECADE%/static_panel/45_surf.vmf"
"SetPanelOptions"
Expand All @@ -60,7 +60,7 @@
}
}
}
"animation ramp_60_deg_open"
"$animation ramp_60_deg_open"
{
"ChangeInstance" "instances/BEE2/%DECADE%/static_panel/60_surf.vmf"
"SetPanelOptions"
Expand All @@ -75,7 +75,7 @@
}
}
}
"animation ramp_90_deg_open"
"$animation ramp_90_deg_open"
{
"ChangeInstance" "instances/BEE2/%DECADE%/static_panel/90_surf.vmf"
// Transfer all the tiledefs from the floor to the vertical position.
Expand Down
13 changes: 5 additions & 8 deletions packages/styles/oldAp/items/glass_pan_80s.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,27 @@
{
"Flag" "instvar"

"animation ramp_30_deg_open"
"$animation ramp_30_deg_open"
{
"ChangeInstance" "<ITEM_PANEL_CLEAR:bee2_static_30>"
}
"animation ramp_45_deg_open"
"$animation ramp_45_deg_open"
{
"ChangeInstance" "<ITEM_PANEL_CLEAR:bee2_static_45>"
}
"animation ramp_60_deg_open"
"$animation ramp_60_deg_open"
{
"ChangeInstance" "<ITEM_PANEL_CLEAR:bee2_static_60>"
}
"animation ramp_90_deg_open"
"$animation ramp_90_deg_open"
{
"ChangeInstance" "<ITEM_PANEL_CLEAR:bee2_static_90>"
}
}
}
"Else" // Dynamic panel.
{
"AddOverlay"
{
"file" "<ITEM_PANEL_CLEAR:bee2_pan_logic>"
}
"AddOverlay" "<ITEM_PANEL_CLEAR:bee2_pan_logic>"
}
}
}
Expand Down

0 comments on commit 80730c6

Please sign in to comment.