- Timestamp:
- 2015-06-30 12:52:20 (8 years ago)
- Location:
- 2015/27/JimiS/tasohyppely/hyppely
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/hyppely.cs
r6572 r6580 48 48 kentta.SetTileMethod('*', LisaaTahti); 49 49 kentta.SetTileMethod('N', LisaaPelaaja); 50 kentta.SetTileMethod('A', LisaaPalikka); 50 51 kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 51 52 … … 55 56 alaReuna.IsVisible = false; 56 57 Level.Background.CreateGradient(Color.White, Color.SkyBlue); 58 } 59 60 void LisaaPalikka(Vector paikka, double leveys, double korkeus) 61 { 62 PhysicsObject palikka = PhysicsObject.CreateStaticObject(leveys, korkeus); 63 palikka.Position = paikka; 64 palikka.Color = Color.Black; 65 Add(palikka); 57 66 } 58 67 -
2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/hyppely.csproj.Debug.cachefile
r6572 r6580 2 2 Content\norsu.xnb 3 3 Content\tahti.xnb 4 Content\pelaaja.xnb 4 5 Content\kentta1.xnb 5 Content\pelaaja.xnb -
2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/obj/x86/Debug/ContentPipeline-{9937689A-33E5-40B9-A7B6-3F1206C3B37D}.xml
r6572 r6580 9 9 <Options>None</Options> 10 10 <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\maali.xnb</Output> 11 <Time>2015-06-30T1 0:25:09.6546465+03:00</Time>11 <Time>2015-06-30T12:39:08.2248053+03:00</Time> 12 12 </Item> 13 13 <Item> … … 18 18 <Options>None</Options> 19 19 <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\norsu.xnb</Output> 20 <Time>2015-06-30T1 0:25:09.6556466+03:00</Time>20 <Time>2015-06-30T12:39:08.3028058+03:00</Time> 21 21 </Item> 22 22 <Item> … … 27 27 <Options>None</Options> 28 28 <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\tahti.xnb</Output> 29 <Time>2015-06-30T10:25:09.6566467+03:00</Time> 29 <Time>2015-06-30T12:39:08.3496061+03:00</Time> 30 </Item> 31 <Item> 32 <Source>pelaaja.png</Source> 33 <Name>pelaaja</Name> 34 <Importer>TextureImporter</Importer> 35 <Processor>TextureProcessor</Processor> 36 <Options>None</Options> 37 <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\pelaaja.xnb</Output> 38 <Time>2015-06-30T12:39:08.2248053+03:00</Time> 30 39 </Item> 31 40 <Item> … … 36 45 <Options>None</Options> 37 46 <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\kentta1.xnb</Output> 38 <Time>2015-06-30T10:58:44.021214+03:00</Time> 39 </Item> 40 <Item> 41 <Source>pelaaja.png</Source> 42 <Name>pelaaja</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\pelaaja.xnb</Output> 47 <Time>2015-06-30T11:50:31.440124+03:00</Time> 47 <Time>2015-06-30T12:50:04.0061583+03:00</Time> 48 48 </Item> 49 49 <BuildSuccessful>true</BuildSuccessful> … … 62 62 <Assembly> 63 63 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 64 <Value>2014-1 1-26T00:23:34+02:00</Value>64 <Value>2014-12-13T00:38:40+02:00</Value> 65 65 </Assembly> 66 66 <Assembly> … … 90 90 <Assembly> 91 91 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 92 <Value>2014-1 1-26T00:23:36+02:00</Value>92 <Value>2014-12-13T00:38:40+02:00</Value> 93 93 </Assembly> 94 94 <Assembly> 95 95 <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 96 <Value>2012-03-16T14:3 5:21.2332043+02:00</Value>96 <Value>2012-03-16T14:36:56.0488429+02:00</Value> 97 97 </Assembly> 98 98 </Assemblies> -
2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/obj/x86/Debug/cachefile-{9937689A-33E5-40B9-A7B6-3F1206C3B37D}-targetpath.txt
r6572 r6580 2 2 Content\norsu.xnb 3 3 Content\tahti.xnb 4 Content\pelaaja.xnb 4 5 Content\kentta1.xnb 5 Content\pelaaja.xnb -
2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppelyContent/kentta1.txt
r6572 r6580 7 7 8 8 9 10 * 11 ##### 12 # 13 # ###### 14 15 N 16 ################## ######### #########################################################9 * 10 * AAAAA 11 ##### AAAAA 12 # * 13 # ###### ##### 14 AAAAAAAAAAAAA 15 N 16 ################## ######### #########
Note: See TracChangeset
for help on using the changeset viewer.