sounds
This commit is contained in:
parent
b126251957
commit
ba3daada90
14 changed files with 48 additions and 1 deletions
|
|
@ -31,6 +31,12 @@ public class BomberWeapon extends Weapon{
|
|||
part.rainbow = false;
|
||||
part.regenerate = false;
|
||||
part.size=10;
|
||||
float colors[][][]= // Rainbow Of Colors
|
||||
{
|
||||
{{0.0f,0.5f,1.0f},{0.0f,0.5f,1.0f}}
|
||||
|
||||
};
|
||||
part.colors = colors;
|
||||
return part;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue