fixed resources

Charles Spurrill 2010-02-14 00:17:47 -08:00
parent a0b0e8d840
commit 823e29d635
14 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@ PXSGfx=Snow
PXSGfxRt=0,0,16,16,-8,-8
Dig2Object=SNWB
Dig2ObjectRatio=400
Dig2ObjectRequest=1
Dig2ObjectRequest=0
[Reaction]
Type=Convert

View File

@ -7,7 +7,7 @@ Height=8
Offset=-4,-4
Vertices=3
VertexX=0,3,-3
VertexY=3,-3,-3
VertexY=3,-2,-2
VertexFriction=100
Mass=12
Components=ILOA=1

View File

@ -4,12 +4,12 @@
protected func Initialize()
{
SetGraphics(Format("%d.10", Random(2)));
SetGraphics(Format("%d.8", Random(2)));
}
protected func Hit()
{
CastPXS("Earth", 225, 18);
CastPXS("Earth", 200, 18);
Sound("EarthHit*");
RemoveObject();
return 1;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,5 +1,5 @@
[DefCore]
id=SNOW
id=SNWB
Version=4,9,10,10
Category=C4D_Object
MaxUserSelect=100

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -21,8 +21,8 @@ private func Melt()
private func Hit()
{
if(GetMaterial(0,3)==Material("Snow")) return 1;
CastPXS("Snow", 225,18);
CastPXS("Snow", 400,18);
RemoveObject();
}
func Definition(def) {

View File

@ -4,7 +4,7 @@
protected func Initialize()
{
SetGraphics(Format("%.8",Random(2)));
SetGraphics(Format("%d.8",Random(2)));
}
protected func Hit()