Revision 7203,
414 bytes
checked in by jotapoti, 7 years ago
(diff) |
ampuminen värjää kenttää & peli ei kaadu, jos yrittää ampua ilman asetta
|
Line | |
---|
1 | using System; |
---|
2 | using System.Collections.Generic; |
---|
3 | using Jypeli; |
---|
4 | using Jypeli.Assets; |
---|
5 | using Jypeli.Controls; |
---|
6 | using Jypeli.Effects; |
---|
7 | using Jypeli.Widgets; |
---|
8 | |
---|
9 | class WeaponCrate : PhysicsObject |
---|
10 | { |
---|
11 | |
---|
12 | public WeaponCrate(double leveys, double korkeus) |
---|
13 | : base(leveys, korkeus) |
---|
14 | { |
---|
15 | Tag = "crate"; |
---|
16 | } |
---|
17 | |
---|
18 | /* |
---|
19 | public Weapon GiveWeapon() |
---|
20 | { |
---|
21 | this.Destroy(); |
---|
22 | }*/ |
---|
23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.