Changeset 7501


Ignore:
Timestamp:
2016-06-23 13:13:31 (7 years ago)
Author:
koannak
Message:
 
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  
    9494        AddCollisionHandler(pallo, "rikottava", PalloTormasiTasoon); 
    9595        AddCollisionHandler(pallo, PalloTormasi); 
    96         
    97        
     96        pallo.CanRotate = false; 
     97 
     98 
    9899        Add(pallo); 
    99100    } 
  • 2016/25/JesseK/FysiikkaPeli4/FysiikkaPeli4/FysiikkaPeli4/FysiikkaPeli4.csproj

    r7492 r7501  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <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> 
    2224    <Install>true</Install> 
    2325    <InstallFrom>Disk</InstallFrom> 
     
    3133    <ApplicationRevision>0</ApplicationRevision> 
    3234    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3435    <UseApplicationTrust>false</UseApplicationTrust> 
     36    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3537    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3738  </PropertyGroup> 
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6061    <PlatformTarget>x86</PlatformTarget> 
    6162    <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> 
    6275  </PropertyGroup> 
    6376  <ItemGroup> 
     
    152165    </BootstrapperPackage> 
    153166  </ItemGroup> 
     167  <ItemGroup> 
     168    <None Include="FysiikkaPeli4_TemporaryKey.pfx" /> 
     169  </ItemGroup> 
    154170  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    155171  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> 
  • 2016/25/JesseK/Pong/Pong/Pong/Pong.cs

    r7492 r7501  
    7171        ball.Color = Color.White; 
    7272        Add(ball); 
     73        ball.CanRotate = false; 
    7374 
    7475        ball.X = -200.0; 
     
    106107    { 
    107108        IntMeter laskuri = new IntMeter(0); 
    108         laskuri.MaxValue = 10; 
     109        laskuri.MaxValue = 100000000; 
    109110        Label naytto = new Label(); 
    110111        naytto.BindTo(laskuri); 
  • 2016/25/JesseK/Pong/Pong/Pong/Pong.csproj

    r7452 r7501  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <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> 
    2224    <Install>true</Install> 
    2325    <InstallFrom>Disk</InstallFrom> 
     
    3133    <ApplicationRevision>0</ApplicationRevision> 
    3234    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3435    <UseApplicationTrust>false</UseApplicationTrust> 
     36    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3537    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3738  </PropertyGroup> 
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6061    <PlatformTarget>x86</PlatformTarget> 
    6162    <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> 
    6275  </PropertyGroup> 
    6376  <ItemGroup> 
     
    152165    </BootstrapperPackage> 
    153166  </ItemGroup> 
     167  <ItemGroup> 
     168    <None Include="Pong_TemporaryKey.pfx" /> 
     169  </ItemGroup> 
    154170  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    155171  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> 
  • 2016/25/JesseK/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/Properties/AssemblyInfo.cs

    r7492 r7501  
    66// set of attributes. Change these attribute values to modify the information 
    77// associated with an assembly. 
    8 [assembly: AssemblyTitle("Tasohyppelypeli2")] 
     8[assembly: AssemblyTitle("Tennis")] 
    99[assembly: AssemblyProduct("Tasohyppelypeli2")] 
    1010[assembly: AssemblyDescription("")] 
  • 2016/25/JesseK/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2.csproj

    r7492 r7501  
    99    <AppDesignerFolder>Properties</AppDesignerFolder> 
    1010    <RootNamespace>Tasohyppelypeli2</RootNamespace> 
    11     <AssemblyName>Tasohyppelypeli2</AssemblyName> 
     11    <AssemblyName>Tennis</AssemblyName> 
    1212    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 
    1313    <TargetFrameworkProfile>Client</TargetFrameworkProfile> 
  • 2016/25/JesseK/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/obj/x86/Debug/Tasohyppelypeli2.csproj.FileListAbsolute.txt

    r7492 r7501  
    11C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\maali.xnb 
    22C:\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.exe 
    4 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tasohyppelypeli2.pdb 
    53C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Jypeli.dll 
    64C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Jypeli.xml 
    75C:\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.exe 
    9 C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.pdb 
    106C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.csprojResolveAssemblyReference.cache 
    117C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\pertti.xnb 
     8C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tennis.exe 
     9C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tennis.pdb 
     10C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tennis.exe 
     11C:\Users\ohjelmointi\Documents\JesseK\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tennis.pdb 
  • 2016/25/JesseK/lentopallo/lentopallo/lentopallo/lentopallo.csproj

    r7492 r7501  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <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> 
    2224    <Install>true</Install> 
    2325    <InstallFrom>Disk</InstallFrom> 
     
    3133    <ApplicationRevision>0</ApplicationRevision> 
    3234    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3435    <UseApplicationTrust>false</UseApplicationTrust> 
     36    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3537    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3738  </PropertyGroup> 
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6061    <PlatformTarget>x86</PlatformTarget> 
    6162    <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> 
    6275  </PropertyGroup> 
    6376  <ItemGroup> 
     
    152165    </BootstrapperPackage> 
    153166  </ItemGroup> 
     167  <ItemGroup> 
     168    <None Include="lentopallo_TemporaryKey.pfx" /> 
     169  </ItemGroup> 
    154170  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    155171  <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  
    1010C:\Users\ohjelmointi\Documents\JesseK\lentopallo\lentopallo\lentopallo\bin\x86\Debug\Content\punanen_pertti.xnb 
    1111C:\Users\ohjelmointi\Documents\JesseK\lentopallo\lentopallo\lentopallo\bin\x86\Debug\Content\sininen_pertti.xnb 
     12C:\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  
    1818      <Options>None</Options> 
    1919      <Output>C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\Content\kentta1.xnb</Output> 
    20       <Time>2016-06-22T15:55:01.4063103+03:00</Time> 
     20      <Time>2016-06-23T11:07:05.8989573+03:00</Time> 
    2121    </Item> 
    2222    <Item> 
  • 2016/25/JesseK/peli/peli/peli/peli.cs

    r7463 r7501  
    1212    const double hyppyNopeus = 750; 
    1313    const int RUUDUN_KOKO = 40; 
    14  
     14    IntMeter pelaaja1Laskuri = new IntMeter(0); 
    1515    PlatformCharacter pelaaja1; 
    1616 
     
    2626        LuoKentta(); 
    2727        LisaaNappaimet(); 
     28        LuoPisteLaskuri(Screen.Right - 100, Screen.Top - 100); 
    2829 
    2930        Camera.Follow(pelaaja1); 
     
    3839        kentta.SetTileMethod('*', LisaaTahti); 
    3940        kentta.SetTileMethod('N', LisaaPelaaja); 
     41        kentta.SetTileMethod('M', LisaaMaali); 
    4042        kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 
    4143        Level.CreateBorders(); 
    4244        Level.Background.CreateGradient(Color.White, Color.SkyBlue); 
    4345    } 
     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 
    4456 
    4557    void LisaaTaso(Vector paikka, double leveys, double korkeus) 
     
    6981        AddCollisionHandler(pelaaja1, "tahti", TormaaTahteen); 
    7082        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; 
    71107    } 
    72108 
    73     void LisaaNappaimet() 
     109         
     110 
     111        void LisaaNappaimet() 
    74112    { 
    75113        Keyboard.Listen(Key.F1, ButtonState.Pressed, ShowControlHelp, "Näytä ohjeet"); 
     
    104142        MessageDisplay.Add("Keräsit dollarin"); 
    105143        tahti.Destroy(); 
     144        pelaaja1Laskuri.Value++; 
    106145    } 
    107146} 
  • 2016/25/JesseK/peli/peli/peli/peli.csproj

    r7492 r7501  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <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> 
    2224    <Install>true</Install> 
    2325    <InstallFrom>Disk</InstallFrom> 
     
    3133    <ApplicationRevision>0</ApplicationRevision> 
    3234    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3435    <UseApplicationTrust>false</UseApplicationTrust> 
     36    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3537    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3738  </PropertyGroup> 
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6061    <PlatformTarget>x86</PlatformTarget> 
    6162    <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> 
    6275  </PropertyGroup> 
    6376  <ItemGroup> 
     
    152165    </BootstrapperPackage> 
    153166  </ItemGroup> 
     167  <ItemGroup> 
     168    <None Include="peli_TemporaryKey.pfx" /> 
     169  </ItemGroup> 
    154170  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    155171  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> 
  • 2016/25/JesseK/peli/peli/peliContent/kentta1.txt

    r7492 r7501  
    1212 
    1313                     
    14                                  *                                                                                                                                     * 
    15                      *                                                                                 ****                                                                   # 
    16                                              #####                                                                                                                    #**** 
    17                                             ######                 #   #                         ###                                                      ####           # 
    18         N       #*#*#                      #########                ***                       ######      ***                     *******                          ########           #****** 
    19 ############################################################################################################################################################################################# 
     14                                 *                                                                                                                                     *                                                                                                                             # 
     15                     *                                                                                 ****                                                                   #                                            *                                                             D   # 
     16                                             #####                                                                                                                    #****                                        *                                                                     # 
     17                                            ######                 #   #                         ###                                                      ####           #                                                                                                               # 
     18N               #*#*#                      #########                ***                       ######      ***                     *******                          ########           #******            **           *       *             **     *     ***      **     * **         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  
    99      <Options>None</Options> 
    1010      <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-22T14:33:24.4993806+03:00</Time> 
     11      <Time>2016-06-23T10:39:10.9732253+03:00</Time> 
    1212    </Item> 
    1313    <Item> 
  • 2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa/obj/x86/Debug/tennis_ilman_mailaa.csproj.FileListAbsolute.txt

    r7492 r7501  
    11C:\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.exe 
    3 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\tennis_ilman_mailaa.pdb 
    42C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jypeli.dll 
    53C:\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.exe 
    7 C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\tennis_ilman_mailaa.pdb 
    84C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\kentta1.xnb 
    95C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\pertti.xnb 
     
    117C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Content\sininen_pertti.xnb 
    128C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\tennis_ilman_mailaa.csprojResolveAssemblyReference.cache 
     9C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jalkapallo.exe 
     10C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\bin\x86\Debug\Jalkapallo.pdb 
     11C:\Users\ohjelmointi\Documents\JesseK\tennis_ilman_mailaa\tennis_ilman_mailaa\tennis_ilman_mailaa\obj\x86\Debug\Jalkapallo.exe 
     12C:\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  
    123123        pelaaja1.Position = paikka; 
    124124        pelaaja1.Mass = 4.0; 
    125  
    126125        pelaaja1.Image = perttikuva; 
    127126        Add(pelaaja1); 
     
    155154    { 
    156155      IntMeter  pelaaja1Laskuri = new IntMeter(0); 
    157         pelaaja1Laskuri.MaxValue = 10; 
     156        pelaaja1Laskuri.MaxValue = 1000000000; 
    158157        Label naytto = new Label(); 
    159158        naytto.BindTo(pelaaja1Laskuri); 
  • 2016/25/JesseK/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa/tennis_ilman_mailaa.csproj

    r7492 r7501  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <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> 
    2224    <Install>true</Install> 
    2325    <InstallFrom>Disk</InstallFrom> 
     
    3133    <ApplicationRevision>0</ApplicationRevision> 
    3234    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3435    <UseApplicationTrust>false</UseApplicationTrust> 
     36    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3537    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3738  </PropertyGroup> 
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6061    <PlatformTarget>x86</PlatformTarget> 
    6162    <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> 
    6275  </PropertyGroup> 
    6376  <ItemGroup> 
     
    152165    </BootstrapperPackage> 
    153166  </ItemGroup> 
     167  <ItemGroup> 
     168    <None Include="tennis_ilman_mailaa_TemporaryKey.pfx" /> 
     169  </ItemGroup> 
    154170  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    155171  <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  
    44L                                                 L 
    55L                                                 L 
    6 LLLL                                         LLLLLL 
    7 LLLL                                         LL L L 
     6LLLL                                              L 
     7LLLL                                          L L L 
    88L  #                                           #   L 
    99L #O                                           V#  L 
Note: See TracChangeset for help on using the changeset viewer.