- Timestamp:
- 2012-07-06 12:48:27 (11 years ago)
- Location:
- 2012/27/NikoKa/Tasohyppelypeli1
- Files:
-
- 1 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.cs
r3609 r3675 55 55 void LisaaTeletapit(Vector paikka, double leveys, double korkeus) 56 56 { 57 P hysicsObject Teletapit = PhysicsObject.CreateStaticObject(leveys, korkeus);57 PlatformCharacter Teletapit = new PlatformCharacter(leveys, korkeus); 58 58 Teletapit.IgnoresCollisionResponse = true; 59 59 Teletapit.Position = paikka; … … 61 61 Teletapit.Tag = "Teletapit"; 62 62 Add(Teletapit); 63 //Teletapit.CollisionIgnoreGroup = 2; 64 //PlatformWandererBrain aivo = new PlatformWandererBrain(); 65 //Teletapit.Brain = aivo; 63 66 } 64 67 … … 147 150 148 151 } 149 } 152 } 153 -
2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/obj/x86/Debug/ContentPipeline-{A01B3623-56E7-4389-952B-3444E5E69669}.xml
r3609 r3675 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\NikoKa\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kentta1.xnb</Output> 38 <Time>2012-07-0 5T15:01:57.8705239+03:00</Time>38 <Time>2012-07-06T12:27:29.1947844+03:00</Time> 39 39 </Item> 40 40 <Item> -
2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj
r3609 r3675 94 94 </Compile> 95 95 </ItemGroup> 96 <ItemGroup> 97 <Folder Include="Music\" /> 98 </ItemGroup> 96 99 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 97 100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/kentta1.txt
r3609 r3675 1 1 2 N3 2 N T 3 ##### 4 4 5 T N T 6 ## ## ## 5 T N T 6 ### ### ### 7 8 T N T T 9 ### ### ### ### 7 10 8 T N T T9 ## ## ####11 T T N T T N 12 ########## ####### ### 10 13 11 T T N T T 12 ## ## ## ## ## 13 14 T T N N T N 15 ## ## ## ## ## ## 14 T N T N T N 15 ### ### ####### ######## 16 16 17 17 T S T N
Note: See TracChangeset
for help on using the changeset viewer.