Changeset 6554
- Timestamp:
- 2015-06-30 10:08:52 (8 years ago)
- Location:
- 2015/27/JimiS/Pong
- Files:
-
- 1 added
- 5 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/JimiS/Pong/Pong/Pong/Pong.cs
r6515 r6554 23 23 IntMeter pelaajan1Pisteet; 24 24 IntMeter pelaajan2Pisteet; 25 Image pallokuva = LoadImage("jalkapallo");26 Image pallokenttä = LoadImage("jalkapallokenttä");27 25 28 26 public override void Begin() … … 41 39 pallo.X = 200.0; 42 40 pallo.Y = 0.0; 43 pallo.Image = pallokuva;44 41 //Kentän reunat, vasen 45 42 vasenReuna = Level.CreateLeftBorder(); … … 130 127 { 131 128 IntMeter laskuri = new IntMeter(0); 132 laskuri.MaxValue = 10;129 laskuri.MaxValue = 20; 133 130 Label naytto = new Label(); 134 131 naytto.BindTo(laskuri); -
2015/27/JimiS/Pong/Pong/Pong/obj/x86/Release/ContentPipeline-{43441B02-A17B-4AA5-9B96-F0812FDBF432}.xml
r6515 r6554 2 2 <XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline"> 3 3 <Asset Type="Pipeline:BuildItemCollection"> 4 <Item>5 <Source>jalkapallo.png</Source>6 <Name>jalkapallo</Name>7 <Importer>TextureImporter</Importer>8 <Processor>TextureProcessor</Processor>9 <Options>None</Options>10 <Output>C:\MyTemp\JimiS\Pong\Pong\Pong\bin\x86\Release\Content\jalkapallo.xnb</Output>11 <Time>2015-06-29T13:39:58.6999532+03:00</Time>12 </Item>13 <Item>14 <Source>jalkapallokenttä.png</Source>15 <Name>jalkapallokenttä</Name>16 <Importer>TextureImporter</Importer>17 <Processor>TextureProcessor</Processor>18 <Options>None</Options>19 <Output>C:\MyTemp\JimiS\Pong\Pong\Pong\bin\x86\Release\Content\jalkapallokenttä.xnb</Output>20 <Time>2015-06-29T13:42:56.6095532+03:00</Time>21 </Item>22 4 <BuildSuccessful>true</BuildSuccessful> 23 5 <Settings> … … 34 16 <Assemblies> 35 17 <Assembly> 36 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key>37 <Value>2014-11-26T00:23:34+02:00</Value>38 </Assembly>39 <Assembly>40 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key>41 <Value>2011-09-01T16:22:30+03:00</Value>42 </Assembly>43 <Assembly>44 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key>45 <Value>2011-09-01T16:22:30+03:00</Value>46 </Assembly>47 <Assembly>48 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key>49 <Value>2011-09-01T16:22:30+03:00</Value>50 </Assembly>51 <Assembly>52 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key>53 <Value>2011-09-01T16:22:30+03:00</Value>54 </Assembly>55 <Assembly>56 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key>57 <Value>2011-09-01T16:22:30+03:00</Value>58 </Assembly>59 <Assembly>60 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key>61 <Value>2011-09-01T16:22:30+03:00</Value>62 </Assembly>63 <Assembly>64 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key>65 <Value>2014-11-26T00:23:36+02:00</Value>66 </Assembly>67 <Assembly>68 18 <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> 69 <Value>201 4-04-23T00:22:29.3372049+03:00</Value>19 <Value>2012-03-16T14:35:21.2332043+02:00</Value> 70 20 </Assembly> 71 21 </Assemblies> -
2015/27/JimiS/Pong/Pong/Pong/obj/x86/Release/Pong.csproj.FileListAbsolute.txt
r6515 r6554 1 C:\MyTemp\JimiS\Pong\Pong\Pong\bin\x86\Release\Content\jalkapallo.xnb2 C:\MyTemp\JimiS\Pong\Pong\Pong\bin\x86\Release\Content\jalkapallokenttÀ.xnb3 1 C:\MyTemp\JimiS\Pong\Pong\Pong\bin\x86\Release\Pong.exe 4 2 C:\MyTemp\JimiS\Pong\Pong\Pong\bin\x86\Release\Pong.pdb … … 8 6 C:\MyTemp\JimiS\Pong\Pong\Pong\obj\x86\Release\Pong.exe 9 7 C:\MyTemp\JimiS\Pong\Pong\Pong\obj\x86\Release\Pong.pdb 8 C:\MyTemp\JimiS\Pong\Pong\Pong\obj\x86\Release\Pong.csprojResolveAssemblyReference.cache -
2015/27/JimiS/Pong/Pong/PongContent/PongContent.contentproj
r6511 r6554 45 45 <Reference Include="AnimationExtension" /> 46 46 </ItemGroup> 47 <ItemGroup>48 <Compile Include="jalkapallo.png">49 <Name>jalkapallo</Name>50 <Importer>TextureImporter</Importer>51 <Processor>TextureProcessor</Processor>52 </Compile>53 </ItemGroup>54 <ItemGroup>55 <Compile Include="jalkapallokenttä.png">56 <Name>jalkapallokenttä</Name>57 <Importer>TextureImporter</Importer>58 <Processor>TextureProcessor</Processor>59 </Compile>60 </ItemGroup>61 47 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 62 48 <!-- 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.