- Timestamp:
- 2010-07-27 16:48:51 (13 years ago)
- Location:
- 2010/30/heanjule/Pong
- Files:
-
- 28 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/30/heanjule/Pong/Pong/Peli.cs
r1325 r1345 19 19 PhysicsObject vasenReuna; 20 20 PhysicsObject oikeaReuna; 21 PhysicsObject ylaReuna; 22 PhysicsObject alaReuna; 21 23 22 24 protected override void Begin() … … 46 48 vasenReuna.IsVisible = false; 47 49 50 alaReuna = Level.CreateBottomBorder(); 51 ylaReuna = Level.CreateTopBorder(); 52 48 53 oikeaReuna = Level.CreateRightBorder(); 49 54 oikeaReuna.Restitution = 1.0; … … 53 58 Camera.ZoomToLevel(); 54 59 55 vasenReuna = Level.CreateTopBorder(); 56 oikeaReuna = Level.CreateBottomBorder(); 60 57 61 58 62 AddCollisionHandler(pallo, KasittelePallonTormays); -
2010/30/heanjule/Pong/Pong/Pong.csproj
r1292 r1345 59 59 <Reference Include="Jypeli2, Version=2.3.0.0, Culture=neutral, processorArchitecture=x86"> 60 60 <SpecificVersion>False</SpecificVersion> 61 <HintPath>..\..\ ..\lib\Jypeli2.dll</HintPath>61 <HintPath>..\..\lib\Jypeli2.dll</HintPath> 62 62 </Reference> 63 63 <Reference Include="Microsoft.Xna.Framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d" />
Note: See TracChangeset
for help on using the changeset viewer.