#374 Missing graphics: Scoreboard of Parkour and LastManStanding - Finished

Charles Spurrill 2012-11-11 16:08:48 -08:00
parent 6d20c9b053
commit 43beaca4ba
12 changed files with 19 additions and 18 deletions

View File

@ -7,7 +7,7 @@ private func OpenWeaponMenu(object clonk)
var weapons = WeaponList();
if(weapons)
{
menu = clonk->CreateRingMenu(Clonk, this);
menu = clonk->CreateRingMenu(this, this);
for (var weapon in weapons)
{
if(weapon == Firestone) menu->AddItem(weapon,2);

View File

@ -3,3 +3,4 @@ id=RelaunchContainer
Version=5,2,0,1
Category=C4D_StaticBack
ClosedContainer=2
Picture=0,0,92,92

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -60,7 +60,7 @@ private func OpenWeaponMenu(object clonk)
var weapons = WeaponList();
if (weapons)
{
menu = clonk->CreateRingMenu(Clonk, this);
menu = clonk->CreateRingMenu(this, this);
for (var weapon in weapons)
menu->AddItem(weapon, 1);
menu->Show();

View File

@ -2,7 +2,7 @@
id=Scoreboard_Death
Version=5,2,0,1
Category=C4D_StaticBack|C4D_Rule
Picture=0,0,128,128
Width=128
Height=128
Offset=-64,-64
Picture=0,0,32,32
Width=32
Height=32
Offset=-16,-16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,7 +2,7 @@
id=Scoreboard_Kill
Version=5,2,0,1
Category=C4D_StaticBack|C4D_Rule
Picture=0,0,128,128
Width=128
Height=128
Offset=-64,-64
Picture=0,0,32,32
Width=32
Height=32
Offset=-16,-16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2,7 +2,7 @@
id=Scoreboard_KillStreak
Version=5,2,0,1
Category=C4D_StaticBack|C4D_Rule
Picture=0,0,128,128
Width=128
Height=128
Offset=-64,-64
Picture=0,0,32,32
Width=32
Height=32
Offset=-16,-16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -2,7 +2,7 @@
id=Scoreboard_Relaunch
Version=5,2,0,1
Category=C4D_StaticBack|C4D_Rule
Picture=0,0,128,128
Width=128
Height=128
Offset=-64,-64
Picture=0,0,32,32
Width=32
Height=32
Offset=-16,-16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB