Changeset 2288 for 2011/26


Ignore:
Timestamp:
2011-06-29 13:37:08 (12 years ago)
Author:
saselamp
Message:
 
Location:
2011/26/JimiL/Pelit/pelit22/world of Chuckland fix fix
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • 2011/26/JimiL/Pelit/pelit22/world of Chuckland fix fix/world of Chuckland fix fix/Peli.cs

    r2273 r2288  
    1818     
    1919 
    20     Image pelaajanKuva = LoadImage("norsu"); 
     20    Image pelaajanKuva = LoadImage("hahmo"); 
    2121    Image tahtiKuva = LoadImage("tahti"); 
    2222    Image kiviKuva = LoadImage("kivi"); 
     
    6666        kentta.Insert(RUUDUN_KOKO, RUUDUN_KOKO); 
    6767        Level.CreateBorders(); 
    68         Level.Background.CreateGradient(Color.White, Color.SkyBlue); 
     68        Level.Background.CreateGradient(Color.White, Color.SkyBlue);  
    6969    } 
    7070    PhysicsObject lisaaruoho() 
     
    154154        GameObject heppu = new GameObject(50, 50); 
    155155        
    156         heppu. Image  = heppukuva; 
     156 
     157        heppu.Image = heppukuva; 
    157158        Add(heppu); 
    158159        return heppu; 
     
    160161    PlatformCharacter lisaaPelaaja() 
    161162    { 
    162         pelaaja1 = new PlatformCharacter(40, 40); 
     163        pelaaja1 = new PlatformCharacter(50, 100); 
    163164        pelaaja1.Mass = 4.0; 
    164165        pelaaja1.Image = pelaajanKuva; 
  • 2011/26/JimiL/Pelit/pelit22/world of Chuckland fix fix/world of Chuckland fix fix/kentta1.txt

    r2273 r2288  
    1313                                                           //((//       //(//                                                                                             /(/                 /(/ 
    1414%%                                                          /((/         /(/                                                                                               (                   ( 
    15 ##                                                           ((  (       (                                                                                              ==(====     ==========(==( 
    16 ###     N       ====================================   ======((==(=======(======                                                                                        #########  ################## 
     15##     N                                                     ((  (       (                                                                                              ==(====     ==========(==( 
     16###            ====================================   ======((==(=======(======                                                                                        #########  ################## 
    1717####################################################   ######################################                                                                                 ####     ######## ### 
    1818####################################################   ####################%%%%%%%%%%%%%%%%                                                                                              ########### 
     
    2020%%###############                                                                                                                                                                           %%%%%%%%%%%%###### 
    2121%%##################                                                                                                                                                                        ##%%%%%%%%%%####################################################### #######################################################################################;;;;;;;;;;;;;                                                                                                                                         %%#%%%%%%%%%%%##%##### 
    22 %%################################################ %%%%                                                                                             ###                                     #########################^^########### ############################ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###################################################;;;;;;;;;;;;; 
    23 %%##################################################### %%%%%                 %%                                        H                            ###                                   ####%%%%%%%^^^^^^^^^^^^^^^^^^########## ############################ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
     22%%################################################ %%%%                                                                 H                           ###                                     #########################^^########### ############################ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###################################################;;;;;;;;;;;;; 
     23%%##################################################### %%%%%                 %%                                                                    ###                                   ####%%%%%%%^^^^^^^^^^^^^^^^^^########## ############################ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
    2424%%###########################################################;;;;;;;;;;;;;;;##%%%%%=============================     ========                      #####=============================########^^^^^^^^^^^^^^%%%%%%%%%%%%%%%%######### ########################### 
    2525###########^^^^^^^^^^#########################################;;;;;;;;;;;;;#####################################;;;;#########;;;;;;;;;;;;############################################################################################ %%%%%%%%%%%%%%%%%%%%%%%%% 
  • 2011/26/JimiL/Pelit/pelit22/world of Chuckland fix fix/world of Chuckland fix fix/world of Chuckland fix fix.csproj

    r2228 r2288  
    120120    <Content Include="kentta1.txt"> 
    121121      <CopyToOutputDirectory>Always</CopyToOutputDirectory> 
     122      <SubType>Designer</SubType> 
    122123    </Content> 
    123124  </ItemGroup> 
Note: See TracChangeset for help on using the changeset viewer.