Changeset 7492 for 2016/25


Ignore:
Timestamp:
2016-06-22 15:59:44 (7 years ago)
Author:
koannak
Message:
 
Location:
2016/25/JesseK
Files:
567 added
4 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • 2016/25/JesseK/Pong/Pong/Pong/Pong.cs

    r7463 r7492  
    3838 
    3939 
    40         Level.Background.CreateGradient(Color.Black, Color.Blue); 
     40        Level.Background.CreateGradient(Color.Black, Color.Black); 
    4141        PhoneBackButton.Listen(ConfirmExit, "Lopeta peli"); 
    4242        Keyboard.Listen(Key.Escape, ButtonState.Pressed, ConfirmExit, "Lopeta peli"); 
     
    6666    { 
    6767        
    68         ball = new PhysicsObject(50, 50); 
    69         ball.Shape = Shape.Circle; 
     68        ball = new PhysicsObject(30, 30); 
     69        ball.Shape = Shape.Rectangle; 
    7070        AddCollisionHandler(ball, KasittelePallonTormays); 
    71         ball.Color = Color.Black; 
     71        ball.Color = Color.White; 
    7272        Add(ball); 
    7373 
  • 2016/25/JesseK/peli/peli/peli/Properties/AssemblyInfo.cs

    r7463 r7492  
    66// set of attributes. Change these attribute values to modify the information 
    77// associated with an assembly. 
    8 [assembly: AssemblyTitle("peli")] 
     8[assembly: AssemblyTitle("TrumpVentures")] 
    99[assembly: AssemblyProduct("peli")] 
    1010[assembly: AssemblyDescription("")] 
  • 2016/25/JesseK/peli/peli/peli/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml

    r7463 r7492  
    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-19T15:43:31.050008+03:00</Time> 
     20      <Time>2016-06-22T15:55:01.4063103+03:00</Time> 
    2121    </Item> 
    2222    <Item> 
  • 2016/25/JesseK/peli/peli/peli/obj/x86/Debug/peli.csproj.FileListAbsolute.txt

    r7463 r7492  
    55C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\Content\trump.xnb 
    66C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\Content\dollars.xnb 
    7 C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\peli.exe 
    8 C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\peli.pdb 
    97C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\Jypeli.dll 
    108C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\Jypeli.xml 
    11 C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\obj\x86\Debug\peli.exe 
    12 C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\obj\x86\Debug\peli.pdb 
     9C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\TrumpVentures.exe 
     10C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\bin\x86\Debug\TrumpVentures.pdb 
     11C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\obj\x86\Debug\TrumpVentures.exe 
     12C:\Users\ohjelmointi\Documents\JesseK\peli\peli\peli\obj\x86\Debug\TrumpVentures.pdb 
  • 2016/25/JesseK/peli/peli/peli/peli.csproj

    r7463 r7492  
    99    <AppDesignerFolder>Properties</AppDesignerFolder> 
    1010    <RootNamespace>peli</RootNamespace> 
    11     <AssemblyName>peli</AssemblyName> 
     11    <AssemblyName>TrumpVentures</AssemblyName> 
    1212    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 
    1313    <TargetFrameworkProfile>Client</TargetFrameworkProfile> 
  • 2016/25/JesseK/peli/peli/peliContent/kentta1.txt

    r7463 r7492  
    1212 
    1313                     
    14                                   
    15                      * 
    16                                              ##### 
    17                                             ###### 
    18                 #*#*#                      ######### 
    19   N                                  ########### 
    20 ###################################################### 
     14                                 *                                                                                                                                     * 
     15                     *                                                                                 ****                                                                   # 
     16                                             #####                                                                                                                    #**** 
     17                                            ######                 #   #                         ###                                                      ####           # 
     18        N       #*#*#                      #########                ***                       ######      ***                     *******                          ########           #****** 
     19############################################################################################################################################################################################# 
Note: See TracChangeset for help on using the changeset viewer.