Changeset 7501
- Timestamp:
- 2016-06-23 13:13:31 (7 years ago)
- Location:
- 2016/25/JesseK
- Files:
-
- 43 added
- 18 deleted
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/25/JesseK/FysiikkaPeli4/FysiikkaPeli4/FysiikkaPeli4/FysiikkaPeli4.cs
r7492 r7501 94 94 AddCollisionHandler(pallo, "rikottava", PalloTormasiTasoon); 95 95 AddCollisionHandler(pallo, PalloTormasi); 96 97 96 pallo.CanRotate = false; 97 98 98 99 Add(pallo); 99 100 } -
2016/25/JesseK/FysiikkaPeli4/FysiikkaPeli4/FysiikkaPeli4/FysiikkaPeli4.csproj
r7492 r7501 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <Thumbnail>GameThumbnail.png</Thumbnail> 21 <PublishUrl>publish\</PublishUrl> 21 <IsWebBootstrapper>false</IsWebBootstrapper> 22 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 23 <PublishUrl>C:\Users\ohjelmointi\Documents\JesseK\breakoutinstall\</PublishUrl> 22 24 <Install>true</Install> 23 25 <InstallFrom>Disk</InstallFrom> … … 31 33 <ApplicationRevision>0</ApplicationRevision> 32 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <PublishWizardCompleted>true</PublishWizardCompleted> 35 37 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 61 <PlatformTarget>x86</PlatformTarget> 61 62 <XnaCompressContent>true</XnaCompressContent> 63 </PropertyGroup> 64 <PropertyGroup> 65 <ManifestCertificateThumbprint>69810C6AF5117494486F1940FFE9C4557C72A813</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>FysiikkaPeli4_TemporaryKey.pfx</ManifestKeyFile> 69 </PropertyGroup> 70 <PropertyGroup> 71 <GenerateManifests>true</GenerateManifests> 72 </PropertyGroup> 73 <PropertyGroup> 74 <SignManifests>true</SignManifests> 62 75 </PropertyGroup> 63 76 <ItemGroup> … … 152 165 </BootstrapperPackage> 153 166 </ItemGroup> 167 <ItemGroup> 168 <None Include="FysiikkaPeli4_TemporaryKey.pfx" /> 169 </ItemGroup> 154 170 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 171 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2016/25/JesseK/Pong/Pong/Pong/Pong.cs
r7492 r7501 71 71 ball.Color = Color.White; 72 72 Add(ball); 73 ball.CanRotate = false; 73 74 74 75 ball.X = -200.0; … … 106 107 { 107 108 IntMeter laskuri = new IntMeter(0); 108 laskuri.MaxValue = 10 ;109 laskuri.MaxValue = 100000000; 109 110 Label naytto = new Label(); 110 111 naytto.BindTo(laskuri); -
2016/25/JesseK/Pong/Pong/Pong/Pong.csproj
r7452 r7501 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <Thumbnail>GameThumbnail.png</Thumbnail> 21 <PublishUrl>publish\</PublishUrl> 21 <IsWebBootstrapper>false</IsWebBootstrapper> 22 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 23 <PublishUrl>C:\Users\ohjelmointi\Documents\JesseK\ponginstall\</PublishUrl> 22 24 <Install>true</Install> 23 25 <InstallFrom>Disk</InstallFrom> … … 31 33 <ApplicationRevision>0</ApplicationRevision> 32 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <PublishWizardCompleted>true</PublishWizardCompleted> 35 37 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 61 <PlatformTarget>x86</PlatformTarget> 61 62 <XnaCompressContent>true</XnaCompressContent> 63 </PropertyGroup> 64 <PropertyGroup> 65 <ManifestCertificateThumbprint>81AFD8CDA35FCE2691AED92052BA28B33AD896AA</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>Pong_TemporaryKey.pfx</ManifestKeyFile> 69 </PropertyGroup> 70 <PropertyGroup> 71 <GenerateManifests>true</GenerateManifests> 72 </PropertyGroup> 73 <PropertyGroup> 74 <SignManifests>true</SignManifests> 62 75 </PropertyGroup> 63 76 <ItemGroup> … … 152 165 </BootstrapperPackage> 153 166 </ItemGroup> 167 <ItemGroup> 168 <None Include="Pong_TemporaryKey.pfx" /> 169 </ItemGroup> 154 170 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 171 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2016/25/JesseK/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/Properties/AssemblyInfo.cs
r7492 r7501 6 6 // set of attributes. Change these attribute values to modify the information 7 7 // associated with an assembly. 8 [assembly: AssemblyTitle("T asohyppelypeli2")]8 [assembly: AssemblyTitle("Tennis")] 9 9 [assembly: AssemblyProduct("Tasohyppelypeli2")] 10 10 [assembly: AssemblyDescription("")] -
2016/25/JesseK/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2.csproj
r7492 r7501 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>Tasohyppelypeli2</RootNamespace> 11 <AssemblyName>T asohyppelypeli2</AssemblyName>11 <AssemblyName>Tennis</AssemblyName> 12 12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 13 <TargetFrameworkProfile>Client</TargetFrameworkProfile> -
2016/25/JesseK/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/obj/x86/Debug/Tasohyppelypeli2.csproj.FileListAbsolute.txt
r7492 r7501 1 1 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\maali.xnb 2 2 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\kentta1.xnb 3 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tasohyppelypeli2.exe4 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tasohyppelypeli2.pdb5 3 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Jypeli.dll 6 4 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Jypeli.xml 7 5 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 8 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.exe9 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.pdb10 6 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.csprojResolveAssemblyReference.cache 11 7 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\pertti.xnb 8 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tennis.exe 9 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tennis.pdb 10 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tennis.exe 11 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tennis.pdb -
2016/25/JesseK/lentopallo/lentopallo/lentopallo/lentopallo.csproj
r7492 r7501 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <Thumbnail>GameThumbnail.png</Thumbnail> 21 <PublishUrl>publish\</PublishUrl> 21 <IsWebBootstrapper>false</IsWebBootstrapper> 22 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 23 <PublishUrl>C:\Users\ohjelmointi\Documents\JesseK\lentopalloinstall\</PublishUrl> 22 24 <Install>true</Install> 23 25 <InstallFrom>Disk</InstallFrom> … … 31 33 <ApplicationRevision>0</ApplicationRevision> 32 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <PublishWizardCompleted>true</PublishWizardCompleted> 35 37 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 61 <PlatformTarget>x86</PlatformTarget> 61 62 <XnaCompressContent>true</XnaCompressContent> 63 </PropertyGroup> 64 <PropertyGroup> 65 <ManifestCertificateThumbprint>2FF32DF13E1063475F4770C9C70D390D413A124C</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>lentopallo_TemporaryKey.pfx</ManifestKeyFile> 69 </PropertyGroup> 70 <PropertyGroup> 71 <GenerateManifests>true</GenerateManifests> 72 </PropertyGroup> 73 <PropertyGroup> 74 <SignManifests>true</SignManifests> 62 75 </PropertyGroup> 63 76 <ItemGroup> … … 152 165 </BootstrapperPackage> 153 166 </ItemGroup> 167 <ItemGroup> 168 <None Include="lentopallo_TemporaryKey.pfx" /> 169 </ItemGroup> 154 170 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 171 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2016/25/JesseK/lentopallo/lentopallo/lentopallo/obj/x86/Debug/lentopallo.csproj.FileListAbsolute.txt
r7492 r7501 10 10 C:\Users\ohjelmointi\Documents\JesseK\lentopallo\lentopallo\lentopallo\bin\x86\Debug\Content\punanen_pertti.xnb 11 11 C:\Users\ohjelmointi\Documents\JesseK\lentopallo\lentopallo\lentopallo\bin\x86\Debug\Content\sininen_pertti.xnb 12 C:\Users\ohjelmointi\Documents\JesseK\lentopallo\lentopallo\lentopallo\obj\x86\Debug\lentopallo.csprojResolveAssemblyReference.cache -
2016/25/JesseK/peli/peli/peli/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r7492 r7501 18 18 <Options>None</Options> 19 19 <Output>C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\Content\kentta1.xnb</Output> 20 <Time>2016-06-2 2T15:55:01.4063103+03:00</Time>20 <Time>2016-06-23T11:07:05.8989573+03:00</Time> 21 21 </Item> 22 22 <Item> -
2016/25/JesseK/peli/peli/peli/peli.cs
r7463 r7501 12 12 const double hyppyNopeus = 750; 13 13 const int RUUDUN_KOKO = 40; 14 14 IntMeter pelaaja1Laskuri = new IntMeter(0); 15 15 PlatformCharacter pelaaja1; 16 16 … … 26 26 LuoKentta(); 27 27 LisaaNappaimet(); 28 LuoPisteLaskuri(Screen.Right - 100, Screen.Top - 100); 28 29 29 30 Camera.Follow(pelaaja1); … … 38 39 kentta.SetTileMethod('*', LisaaTahti); 39 40 kentta.SetTileMethod('N', LisaaPelaaja); 41 kentta.SetTileMethod('M', LisaaMaali); 40 42 kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 41 43 Level.CreateBorders(); 42 44 Level.Background.CreateGradient(Color.White, Color.SkyBlue); 43 45 } 46 void LisaaMaali(Vector paikka, double leveys, double korkeus) 47 { 48 PhysicsObject taso = PhysicsObject.CreateStaticObject(leveys, korkeus); 49 taso.Position = paikka; 50 taso.Color = Color.OrangeRed; 51 Add(taso); 52 taso.Tag = "maali"; 53 } 54 55 44 56 45 57 void LisaaTaso(Vector paikka, double leveys, double korkeus) … … 69 81 AddCollisionHandler(pelaaja1, "tahti", TormaaTahteen); 70 82 Add(pelaaja1); 83 AddCollisionHandler(pelaaja1, "maali", PaasiMaaliin); 84 } 85 void PaasiMaaliin(PhysicsObject pelaaja,PhysicsObject maali) 86 { 87 MessageDisplay.Add("pääsit presidentiksi... ootko ilonen"); 88 Label teksti = new Label(Screen.Width * 0.8, Screen.Height * 0.8); 89 teksti.Text = "pääsit presidentiksi... ootko ilonen"; 90 Add(teksti); 91 teksti.TextScale = new Vector(2, 2); 92 } 93 IntMeter LuoPisteLaskuri(double x, double y) 94 { 95 96 pelaaja1Laskuri.MaxValue = 10000000; 97 Label naytto = new Label(); 98 naytto.BindTo(pelaaja1Laskuri); 99 naytto.X = x; 100 naytto.Y = y; 101 naytto.TextScale = new Vector(2, 2); 102 naytto.TextColor = Color.Black; 103 naytto.BorderColor = Level.Background.Color; 104 naytto.Color = Level.Background.Color; 105 Add(naytto); 106 return pelaaja1Laskuri; 71 107 } 72 108 73 void LisaaNappaimet() 109 110 111 void LisaaNappaimet() 74 112 { 75 113 Keyboard.Listen(Key.F1, ButtonState.Pressed, ShowControlHelp, "Näytä ohjeet"); … … 104 142 MessageDisplay.Add("Keräsit dollarin"); 105 143 tahti.Destroy(); 144 pelaaja1Laskuri.Value++; 106 145 } 107 146 } -
2016/25/JesseK/peli/peli/peli/peli.csproj
r7492 r7501 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <Thumbnail>GameThumbnail.png</Thumbnail> 21 <PublishUrl>publish\</PublishUrl> 21 <IsWebBootstrapper>false</IsWebBootstrapper> 22 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 23 <PublishUrl>C:\Users\ohjelmointi\Documents\JesseK\TrumpVenturesinstall\</PublishUrl> 22 24 <Install>true</Install> 23 25 <InstallFrom>Disk</InstallFrom> … … 31 33 <ApplicationRevision>0</ApplicationRevision> 32 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <PublishWizardCompleted>true</PublishWizardCompleted> 35 37 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 61 <PlatformTarget>x86</PlatformTarget> 61 62 <XnaCompressContent>true</XnaCompressContent> 63 </PropertyGroup> 64 <PropertyGroup> 65 <ManifestCertificateThumbprint>2E639F40F42FE4E3E9B6BFD9B770C5696A49D653</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>peli_TemporaryKey.pfx</ManifestKeyFile> 69 </PropertyGroup> 70 <PropertyGroup> 71 <GenerateManifests>true</GenerateManifests> 72 </PropertyGroup> 73 <PropertyGroup> 74 <SignManifests>true</SignManifests> 62 75 </PropertyGroup> 63 76 <ItemGroup> … … 152 165 </BootstrapperPackage> 153 166 </ItemGroup> 167 <ItemGroup> 168 <None Include="peli_TemporaryKey.pfx" /> 169 </ItemGroup> 154 170 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 171 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2016/25/JesseK/peli/peli/peliContent/kentta1.txt
r7492 r7501 12 12 13 13 14 * * 15 * **** # 16 ##### #**** 17 ###### # # ### #### # 18 N #*#*# ######### *** ###### *** ******* ######## #****** 19 ############################################################################################################################################################################################# 14 * * # 15 * **** # * D # 16 ##### #**** * # 17 ###### # # ### #### # # 18 N #*#*# ######### *** ###### *** ******* ######## #****** ** * * ** * *** ** * ** M # 19 ###################################################################################################################################################################################################################################################################################### -
2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa/obj/x86/Debug/ContentPipeline-{BD361661-A187-4403-A439-DFD10889F57A}.xml
r7492 r7501 9 9 <Options>None</Options> 10 10 <Output>C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\kentta1.xnb</Output> 11 <Time>2016-06-2 2T14:33:24.4993806+03:00</Time>11 <Time>2016-06-23T10:39:10.9732253+03:00</Time> 12 12 </Item> 13 13 <Item> -
2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa/obj/x86/Debug/tennis_ilman_mailaa.csproj.FileListAbsolute.txt
r7492 r7501 1 1 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 2 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\tennis_ilman_mailaa.exe3 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\tennis_ilman_mailaa.pdb4 2 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jypeli.dll 5 3 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jypeli.xml 6 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\tennis_ilman_mailaa.exe7 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\tennis_ilman_mailaa.pdb8 4 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\kentta1.xnb 9 5 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\pertti.xnb … … 11 7 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\sininen_pertti.xnb 12 8 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\tennis_ilman_mailaa.csprojResolveAssemblyReference.cache 9 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jalkapallo.exe 10 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jalkapallo.pdb 11 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\Jalkapallo.exe 12 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\Jalkapallo.pdb -
2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa.cs
r7492 r7501 123 123 pelaaja1.Position = paikka; 124 124 pelaaja1.Mass = 4.0; 125 126 125 pelaaja1.Image = perttikuva; 127 126 Add(pelaaja1); … … 155 154 { 156 155 IntMeter pelaaja1Laskuri = new IntMeter(0); 157 pelaaja1Laskuri.MaxValue = 10 ;156 pelaaja1Laskuri.MaxValue = 1000000000; 158 157 Label naytto = new Label(); 159 158 naytto.BindTo(pelaaja1Laskuri); -
2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa.csproj
r7492 r7501 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <Thumbnail>GameThumbnail.png</Thumbnail> 21 <PublishUrl>publish\</PublishUrl> 21 <IsWebBootstrapper>false</IsWebBootstrapper> 22 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 23 <PublishUrl>C:\Users\ohjelmointi\Documents\JesseK\jalkapalloinstall\</PublishUrl> 22 24 <Install>true</Install> 23 25 <InstallFrom>Disk</InstallFrom> … … 31 33 <ApplicationRevision>0</ApplicationRevision> 32 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <PublishWizardCompleted>true</PublishWizardCompleted> 35 37 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 61 <PlatformTarget>x86</PlatformTarget> 61 62 <XnaCompressContent>true</XnaCompressContent> 63 </PropertyGroup> 64 <PropertyGroup> 65 <ManifestCertificateThumbprint>39DBD33ED046E59E40BAC62036361E683E2A111F</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>tennis_ilman_mailaa_TemporaryKey.pfx</ManifestKeyFile> 69 </PropertyGroup> 70 <PropertyGroup> 71 <GenerateManifests>true</GenerateManifests> 72 </PropertyGroup> 73 <PropertyGroup> 74 <SignManifests>true</SignManifests> 62 75 </PropertyGroup> 63 76 <ItemGroup> … … 152 165 </BootstrapperPackage> 153 166 </ItemGroup> 167 <ItemGroup> 168 <None Include="tennis_ilman_mailaa_TemporaryKey.pfx" /> 169 </ItemGroup> 154 170 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 171 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaaContent/kentta1.txt
r7492 r7501 4 4 L L 5 5 L L 6 LLLL LLLLLL7 LLLL LL L L6 LLLL L 7 LLLL L L L 8 8 L # # L 9 9 L #O V# L
Note: See TracChangeset
for help on using the changeset viewer.