- Timestamp:
- 2011-06-29 13:37:08 (12 years ago)
- 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 18 18 19 19 20 Image pelaajanKuva = LoadImage(" norsu");20 Image pelaajanKuva = LoadImage("hahmo"); 21 21 Image tahtiKuva = LoadImage("tahti"); 22 22 Image kiviKuva = LoadImage("kivi"); … … 66 66 kentta.Insert(RUUDUN_KOKO, RUUDUN_KOKO); 67 67 Level.CreateBorders(); 68 Level.Background.CreateGradient(Color.White, Color.SkyBlue); 68 Level.Background.CreateGradient(Color.White, Color.SkyBlue); 69 69 } 70 70 PhysicsObject lisaaruoho() … … 154 154 GameObject heppu = new GameObject(50, 50); 155 155 156 heppu. Image = heppukuva; 156 157 heppu.Image = heppukuva; 157 158 Add(heppu); 158 159 return heppu; … … 160 161 PlatformCharacter lisaaPelaaja() 161 162 { 162 pelaaja1 = new PlatformCharacter( 40, 40);163 pelaaja1 = new PlatformCharacter(50, 100); 163 164 pelaaja1.Mass = 4.0; 164 165 pelaaja1.Image = pelaajanKuva; -
2011/26/JimiL/Pelit/pelit22/world of Chuckland fix fix/world of Chuckland fix fix/kentta1.txt
r2273 r2288 13 13 //((// //(// /(/ /(/ 14 14 %% /((/ /(/ ( ( 15 ## 16 ### N==================================== ======((==(=======(====== ######### ##################15 ## N (( ( ( ==(==== ==========(==( 16 ### ==================================== ======((==(=======(====== ######### ################## 17 17 #################################################### ###################################### #### ######## ### 18 18 #################################################### ####################%%%%%%%%%%%%%%%% ########### … … 20 20 %%############### %%%%%%%%%%%%###### 21 21 %%################## ##%%%%%%%%%%####################################################### #######################################################################################;;;;;;;;;;;;; %%#%%%%%%%%%%%##%##### 22 %%################################################ %%%% 23 %%##################################################### %%%%% %% H### ####%%%%%%%^^^^^^^^^^^^^^^^^^########## ############################ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22 %%################################################ %%%% H ### #########################^^########### ############################ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###################################################;;;;;;;;;;;;; 23 %%##################################################### %%%%% %% ### ####%%%%%%%^^^^^^^^^^^^^^^^^^########## ############################ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 24 24 %%###########################################################;;;;;;;;;;;;;;;##%%%%%============================= ======== #####=============================########^^^^^^^^^^^^^^%%%%%%%%%%%%%%%%######### ########################### 25 25 ###########^^^^^^^^^^#########################################;;;;;;;;;;;;;#####################################;;;;#########;;;;;;;;;;;;############################################################################################ %%%%%%%%%%%%%%%%%%%%%%%%% -
2011/26/JimiL/Pelit/pelit22/world of Chuckland fix fix/world of Chuckland fix fix/world of Chuckland fix fix.csproj
r2228 r2288 120 120 <Content Include="kentta1.txt"> 121 121 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 122 <SubType>Designer</SubType> 122 123 </Content> 123 124 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.