ephysics: remove duplicated image

SVN revision: 77672
This commit is contained in:
Bruno Dilly 2012-10-09 19:59:16 +00:00
parent 2a7949dd53
commit 02d551e3a9
3 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@ SANDBOX_FILES = \
ephysics_sandbox.edc \
sandbox_misc.edc \
images/background.jpg \
images/ball-custom.png \
images/ball-concrete.png \
images/ball-iron.png \
images/ball-plastic.png \
images/ball-polystyrene.png \
images/ball-red70.png \
images/ball-rubber.png \
images/ball-wood.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,5 +1,5 @@
images {
image: "ball-custom.png" COMP;
image: "ball-red70.png" COMP;
image: "ball-concrete.png" COMP;
image: "ball-iron.png" COMP;
image: "ball-plastic.png" COMP;
@ -68,7 +68,7 @@
type: IMAGE;
description {
state: "default" 0.0;
image.normal: "ball-custom.png";
image.normal: "ball-red70.png";
}
}
}