Changeset 8470 for 2017/23/VenlaV
- Timestamp:
- 2017-06-09 12:31:21 (5 years ago)
- Location:
- 2017/23/VenlaV/platformerproto
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/23/VenlaV/platformerproto/platformerproto/platformerproto/obj/x86/Debug/cachefile-{78B3E18C-2FBA-4C0F-BD84-1B826889AE1F}-targetpath.txt
r8445 r8470 11 11 Content\portal tile.xnb 12 12 Content\Border.xnb 13 Content\kentta2.xnb 14 Content\heartl.xnb 15 Content\heartr.xnb 16 Content\heart.xnb 17 Content\kentta3.xnb 18 Content\Health Bar.xnb 19 Content\Health Bar empty.xnb 20 Content\kentta2.png -
2017/23/VenlaV/platformerproto/platformerproto/platformerproto/obj/x86/Debug/platformerproto.csproj.FileListAbsolute.txt
r8445 r8470 19 19 c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\portal tile.xnb 20 20 c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Border.xnb 21 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kenttatestui.xnb 22 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\ruoho.xnb 23 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Leaf_Floor.xnb 24 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\dirt.xnb 25 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\dirtdark.xnb 26 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\field backdrop.xnb 27 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\cloud.xnb 28 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\door.xnb 29 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\doorug.xnb 30 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\mariocoin.xnb 31 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\portal tile.xnb 32 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Border.xnb 33 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\platformerproto.exe 34 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\platformerproto.pdb 35 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Jypeli.dll 36 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Jypeli.xml 37 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 38 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\obj\x86\Debug\platformerproto.exe 39 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\obj\x86\Debug\platformerproto.pdb 40 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kentta2.png 41 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kentta2.xnb 42 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\obj\x86\Debug\platformerproto.csprojResolveAssemblyReference.cache 43 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\heartl.xnb 44 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\heartr.xnb 45 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\heart.xnb 46 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kentta3.xnb 47 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Health Bar.xnb 48 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Health Bar empty.xnb -
2017/23/VenlaV/platformerproto/platformerproto/platformerproto/platformerproto.cs
r8445 r8470 10 10 { 11 11 PlatformCharacter pelaaja; 12 PlatformCharacter Nelio; 13 PlatformCharacter Pallo; 12 14 Image ruohokuva = LoadImage("ruoho"); 13 15 Image lehdetkuva = LoadImage("Leaf_Floor"); … … 29 31 30 32 int kenttaNro = 1; 33 DoubleMeter elamaLaskuri; 34 31 35 32 36 public override void Begin() … … 39 43 ClearAll(); 40 44 41 if (kenttaNro == 1) LuoKentta("kenttatestui"); 42 else if (kenttaNro == 2) LuoKentta("kentta2"); 45 Mouse.IsCursorVisible = true; 46 47 if (kenttaNro == 1) LuoKentta("kenttatestui"); 48 else if (kenttaNro == 2) LuoKentta("kentta2"); 43 49 else if (kenttaNro == 3) LuoKentta("kentta3"); 44 50 else if (kenttaNro > 3) Exit(); 45 51 46 Camera.Zoom(4); 52 Camera.Zoom(5); 53 54 LuoElamaLaskuri(); 55 47 56 Camera.Follow(pelaaja); 48 57 … … 50 59 AddCollisionHandler(pelaaja, "Maa", LisaaHyppyja); 51 60 AddCollisionHandler(pelaaja, "Portaali", OsuuPortaaliin); 61 AddCollisionHandler(pelaaja, "Vihu", Ohno); 52 62 53 63 … … 74 84 ruudut.SetTileMethod(Color.HanPurple, Portal); 75 85 ruudut.SetTileMethod(Color.Red, Border); 86 ruudut.SetTileMethod(Color.MidnightBlue, LuoNelio); 87 ruudut.SetTileMethod(Color.SpringGreen, LuoYmpyra); 88 ruudut.SetTileMethod(Color.BrightGreen, Luo); 76 89 ruudut.Execute(); 77 90 } 91 void Luo(Vector paikka, double leveys, double korkeus) 92 { PhysicsObject Musta = PhysicsObject.CreateStaticObject(leveys, korkeus); 93 Musta.Position = paikka; 94 Musta.Color = Color.Black; 95 Musta.CollisionIgnoreGroup = 1; 96 Add(Musta); 97 Musta.Restitution = 0;} 78 98 void LuoPelaaja(Vector paikka, double leveys, double korkeus) 79 99 { … … 81 101 pelaaja.Shape = Shape.Circle; 82 102 pelaaja.Color = Color.BloodRed; 103 pelaaja.Position = paikka; 83 104 pelaaja.CollisionIgnoreGroup = 2; 84 105 Add(pelaaja, 2); … … 95 116 96 117 } 118 void LuoNelio(Vector paikka, double leveys, double korkeus) 119 { 120 Nelio = new PlatformCharacter(10, 10); 121 122 PlatformWandererBrain tasoAivot = new PlatformWandererBrain(); 123 tasoAivot.Speed = 100; 124 tasoAivot.FallsOffPlatforms = true; 125 tasoAivot.JumpSpeed = 500; 126 tasoAivot.TriesToJump = true; 127 Nelio.Brain = tasoAivot; 128 Nelio.Tag = "Vihu"; 129 130 Nelio.Position = paikka; 131 Nelio.Shape = Shape.Rectangle; 132 Nelio.Color = Color.MidnightBlue; 133 Nelio.CollisionIgnoreGroup = 100; 134 Add(Nelio, 2); 135 Nelio.Restitution = 0; 136 137 138 } 139 void LuoYmpyra(Vector paikka, double leveys, double korkeus) 140 { 141 Pallo = new PlatformCharacter(10, 10); 142 143 PlatformWandererBrain tasoAivot = new PlatformWandererBrain(); 144 tasoAivot.Speed = 100; 145 tasoAivot.FallsOffPlatforms = true; 146 tasoAivot.JumpSpeed = 500; 147 tasoAivot.TriesToJump = true; 148 Pallo.Brain = tasoAivot; 149 150 Pallo.Position = paikka; 151 Pallo.Shape = Shape.Circle; 152 Pallo.Color = Color.Rose; 153 Pallo.CollisionIgnoreGroup = 10; 154 Add(Pallo, 2); 155 Pallo.Restitution = 1; 156 157 158 } 159 97 160 void Border(Vector paikka, double leveys, double korkeus) 98 161 { … … 238 301 { 239 302 kenttaNro++; 303 ClearAll(); 240 304 SeuraavaKentta(); 241 305 } 242 } 243 244 306 void Ohno(PhysicsObject Pelaaja, PhysicsObject Nelio) 307 { 308 Nelio.Destroy(); 309 elamaLaskuri.Value -= 1; 310 311 } 312 void LuoElamaLaskuri() 313 { 314 elamaLaskuri = new DoubleMeter(3); 315 elamaLaskuri.MaxValue = 3; 316 elamaLaskuri.LowerLimit += ElamaLoppui; 317 318 ProgressBar elamaPalkki = new ProgressBar(300, 100); 319 elamaPalkki.X = Screen.Left + 150; 320 elamaPalkki.Y = Screen.Top - 40; 321 elamaPalkki.BindTo(elamaLaskuri); 322 323 elamaPalkki.Image = LoadImage("Health Bar empty"); 324 elamaPalkki.BarImage = LoadImage("Health Bar"); 325 326 Add(elamaPalkki); 327 } 328 329 void ElamaLoppui() 330 { 331 MultiSelectWindow alkuValikko = new MultiSelectWindow("GameOver", "Lopeta"); 332 Add(alkuValikko); 333 334 alkuValikko.AddItemHandler(0, Exit); 335 } 336 } 337 338 339 -
2017/23/VenlaV/platformerproto/platformerproto/platformerproto/platformerproto.csproj.Debug.cachefile
r8445 r8470 11 11 Content\portal tile.xnb 12 12 Content\Border.xnb 13 Content\kentta2.xnb 14 Content\heartl.xnb 15 Content\heartr.xnb 16 Content\heart.xnb 17 Content\kentta3.xnb 18 Content\Health Bar.xnb 19 Content\Health Bar empty.xnb 20 Content\kentta2.png -
2017/23/VenlaV/platformerproto/platformerproto/platformerprotoContent/obj/x86/Debug/ContentPipeline.xml
r8445 r8470 8 8 <Processor>TextureProcessor</Processor> 9 9 <Options>None</Options> 10 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kenttatestui.xnb</Output>10 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kenttatestui.xnb</Output> 11 11 <Time>2017-06-08T12:37:58.0120539+03:00</Time> 12 12 </Item> … … 17 17 <Processor>TextureProcessor</Processor> 18 18 <Options>None</Options> 19 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\ruoho.xnb</Output>19 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\ruoho.xnb</Output> 20 20 <Time>2017-06-06T14:40:37.5411944+03:00</Time> 21 21 </Item> … … 26 26 <Processor>TextureProcessor</Processor> 27 27 <Options>None</Options> 28 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Leaf_Floor.xnb</Output>28 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Leaf_Floor.xnb</Output> 29 29 <Time>2017-06-06T14:56:51.7520032+03:00</Time> 30 30 </Item> … … 35 35 <Processor>TextureProcessor</Processor> 36 36 <Options>None</Options> 37 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\dirt.xnb</Output>37 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\dirt.xnb</Output> 38 38 <Time>2017-06-07T11:03:59.3049061+03:00</Time> 39 39 </Item> … … 44 44 <Processor>TextureProcessor</Processor> 45 45 <Options>None</Options> 46 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\dirtdark.xnb</Output>46 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\dirtdark.xnb</Output> 47 47 <Time>2017-06-07T11:04:04.7796286+03:00</Time> 48 48 </Item> … … 53 53 <Processor>TextureProcessor</Processor> 54 54 <Options>None</Options> 55 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\field backdrop.xnb</Output>56 <Time>2017-06-0 7T12:46:07.043077+03:00</Time>55 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\field backdrop.xnb</Output> 56 <Time>2017-06-08T16:00:55.6623689+03:00</Time> 57 57 </Item> 58 58 <Item> … … 62 62 <Processor>TextureProcessor</Processor> 63 63 <Options>None</Options> 64 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\cloud.xnb</Output>64 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\cloud.xnb</Output> 65 65 <Time>2017-06-07T13:22:36.0521412+03:00</Time> 66 66 </Item> … … 71 71 <Processor>TextureProcessor</Processor> 72 72 <Options>None</Options> 73 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\door.xnb</Output>73 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\door.xnb</Output> 74 74 <Time>2017-06-07T14:01:03.7354382+03:00</Time> 75 75 </Item> … … 80 80 <Processor>TextureProcessor</Processor> 81 81 <Options>None</Options> 82 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\doorug.xnb</Output>82 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\doorug.xnb</Output> 83 83 <Time>2017-06-07T14:05:05.9702115+03:00</Time> 84 84 </Item> … … 89 89 <Processor>TextureProcessor</Processor> 90 90 <Options>None</Options> 91 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\mariocoin.xnb</Output>91 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\mariocoin.xnb</Output> 92 92 <Time>2017-06-07T14:39:23.6740951+03:00</Time> 93 93 </Item> … … 98 98 <Processor>TextureProcessor</Processor> 99 99 <Options>None</Options> 100 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\portal tile.xnb</Output>100 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\portal tile.xnb</Output> 101 101 <Time>2017-06-07T16:38:28.9855877+03:00</Time> 102 102 </Item> … … 107 107 <Processor>TextureProcessor</Processor> 108 108 <Options>None</Options> 109 <Output> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Border.xnb</Output>109 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Border.xnb</Output> 110 110 <Time>2017-06-08T11:16:31.5650539+03:00</Time> 111 </Item> 112 <Item> 113 <Source>kentta2.png</Source> 114 <Name>kentta2</Name> 115 <Importer>TextureImporter</Importer> 116 <Processor>TextureProcessor</Processor> 117 <Options>None</Options> 118 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kentta2.xnb</Output> 119 <Time>2017-06-08T22:02:10.2177953+03:00</Time> 120 </Item> 121 <Item> 122 <Source>heartl.png</Source> 123 <Name>heartl</Name> 124 <Importer>TextureImporter</Importer> 125 <Processor>TextureProcessor</Processor> 126 <Options>None</Options> 127 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\heartl.xnb</Output> 128 <Time>2017-06-08T16:00:07.4693689+03:00</Time> 129 </Item> 130 <Item> 131 <Source>heartr.png</Source> 132 <Name>heartr</Name> 133 <Importer>TextureImporter</Importer> 134 <Processor>TextureProcessor</Processor> 135 <Options>None</Options> 136 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\heartr.xnb</Output> 137 <Time>2017-06-08T16:00:11.9393689+03:00</Time> 138 </Item> 139 <Item> 140 <Source>heart.png</Source> 141 <Name>heart</Name> 142 <Importer>TextureImporter</Importer> 143 <Processor>TextureProcessor</Processor> 144 <Options>None</Options> 145 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\heart.xnb</Output> 146 <Time>2017-06-08T16:00:29.3293689+03:00</Time> 147 </Item> 148 <Item> 149 <Source>kentta3.png</Source> 150 <Name>kentta3</Name> 151 <Importer>TextureImporter</Importer> 152 <Processor>TextureProcessor</Processor> 153 <Options>None</Options> 154 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\kentta3.xnb</Output> 155 <Time>2017-06-09T10:45:26.9720098+03:00</Time> 156 </Item> 157 <Item> 158 <Source>Health Bar.png</Source> 159 <Name>Health Bar</Name> 160 <Importer>TextureImporter</Importer> 161 <Processor>TextureProcessor</Processor> 162 <Options>None</Options> 163 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Health Bar.xnb</Output> 164 <Time>2017-06-09T11:59:56.8077469+03:00</Time> 165 </Item> 166 <Item> 167 <Source>Health Bar empty.png</Source> 168 <Name>Health Bar empty</Name> 169 <Importer>TextureImporter</Importer> 170 <Processor>TextureProcessor</Processor> 171 <Options>None</Options> 172 <Output>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\Health Bar empty.xnb</Output> 173 <Time>2017-06-09T12:00:04.8517469+03:00</Time> 111 174 </Item> 112 175 <BuildSuccessful>true</BuildSuccessful> … … 116 179 <BuildConfiguration>Debug</BuildConfiguration> 117 180 <CompressContent>false</CompressContent> 118 <RootDirectory> c:\temp\platformerproto\platformerproto\platformerprotoContent\</RootDirectory>119 <LoggerRootDirectory> c:\temp\platformerproto\platformerproto\platformerproto\</LoggerRootDirectory>120 <IntermediateDirectory> c:\temp\platformerproto\platformerproto\platformerprotoContent\obj\x86\Debug\</IntermediateDirectory>121 <OutputDirectory> c:\temp\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\</OutputDirectory>181 <RootDirectory>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerprotoContent\</RootDirectory> 182 <LoggerRootDirectory>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\</LoggerRootDirectory> 183 <IntermediateDirectory>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerprotoContent\obj\x86\Debug\</IntermediateDirectory> 184 <OutputDirectory>C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerproto\bin\x86\Debug\Content\</OutputDirectory> 122 185 </Settings> 123 186 <Assemblies> -
2017/23/VenlaV/platformerproto/platformerproto/platformerprotoContent/obj/x86/Debug/platformerprotoContent.contentproj.FileListAbsolute.txt
r8445 r8470 1 1 c:\temp\platformerproto\platformerproto\platformerprotoContent\obj\x86\Debug\platformerprotoContent.contentprojResolveAssemblyReference.cache 2 C:\Users\Peliohjelmointi\Documents\VenlaV\platformerproto\platformerproto\platformerprotoContent\obj\x86\Debug\platformerprotoContent.contentprojResolveAssemblyReference.cache -
2017/23/VenlaV/platformerproto/platformerproto/platformerprotoContent/platformerprotoContent.contentproj
r8445 r8470 129 129 </Compile> 130 130 </ItemGroup> 131 <ItemGroup> 132 <Compile Include="kentta2.png"> 133 <Name>kentta2</Name> 134 <Importer>TextureImporter</Importer> 135 <Processor>TextureProcessor</Processor> 136 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 137 </Compile> 138 </ItemGroup> 139 <ItemGroup> 140 <Compile Include="heartl.png"> 141 <Name>heartl</Name> 142 <Importer>TextureImporter</Importer> 143 <Processor>TextureProcessor</Processor> 144 </Compile> 145 </ItemGroup> 146 <ItemGroup> 147 <Compile Include="heartr.png"> 148 <Name>heartr</Name> 149 <Importer>TextureImporter</Importer> 150 <Processor>TextureProcessor</Processor> 151 </Compile> 152 </ItemGroup> 153 <ItemGroup> 154 <Compile Include="heart.png"> 155 <Name>heart</Name> 156 <Importer>TextureImporter</Importer> 157 <Processor>TextureProcessor</Processor> 158 </Compile> 159 </ItemGroup> 160 <ItemGroup> 161 <Compile Include="kentta3.png"> 162 <Name>kentta3</Name> 163 <Importer>TextureImporter</Importer> 164 <Processor>TextureProcessor</Processor> 165 </Compile> 166 </ItemGroup> 167 <ItemGroup> 168 <Compile Include="Health Bar.png"> 169 <Name>Health Bar</Name> 170 <Importer>TextureImporter</Importer> 171 <Processor>TextureProcessor</Processor> 172 </Compile> 173 </ItemGroup> 174 <ItemGroup> 175 <Compile Include="Health Bar empty.png"> 176 <Name>Health Bar empty</Name> 177 <Importer>TextureImporter</Importer> 178 <Processor>TextureProcessor</Processor> 179 </Compile> 180 </ItemGroup> 131 181 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 132 182 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.