Changeset 6971
- Timestamp:
- 2015-07-23 11:49:43 (6 years ago)
- Location:
- 2015/30/ArttuH/TasoHyppely
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppely/TasoHyppely.cs
r6962 r6971 12 12 const double hyppyNopeus = 750; 13 13 const int RUUDUN_KOKO = 40; 14 double ammusnopeus2 = 1 000;14 double ammusnopeus2 = 1500; 15 15 double pahisNopeus = 100; 16 16 double Painovoima = -1000; … … 168 168 pelaaja2.AnimWalk = pelihahmo2; 169 169 pelaaja2.Weapon = new AssaultRifle(50, 10); 170 pelaaja2.Weapon.FireRate = 2;170 pelaaja2.Weapon.FireRate = 1; 171 171 pelaaja2.Weapon.Image = null; 172 172 pelaaja2.Weapon.Image = asekuva2; … … 232 232 pisteNaytto.Y = Screen.Top - pistelaskurin_Y; 233 233 pisteNaytto.TextColor = Color.Brown; 234 pisteNaytto.Color = Color. AshGray;234 pisteNaytto.Color = Color.Wheat; 235 235 pisteNaytto.Title = "Suklaa"; 236 236 … … 290 290 if (ammus != null) 291 291 { 292 pelaaja2.Weapon.Angle += Angle.FromDegrees(RandomGen.NextInt(- 50, 20));292 pelaaja2.Weapon.Angle += Angle.FromDegrees(RandomGen.NextInt(-1, 1)); 293 293 ammus.Size *= 0.8; 294 ammus.Mass = 5000; 294 295 ammus.Image = luoti; 295 296 luotilaskuri2.Value--; 296 297 ammus.Velocity = pelaaja2.Weapon.Angle.GetVector().Normalize() * ammusnopeus2; 297 298 ControllerTwo.Vibrate(100.16, 100.16, 0.16, 0.16, 0.1); 298 ammus.MaximumLifetime = TimeSpan.FromSeconds(1. 0);299 ammus.MaximumLifetime = TimeSpan.FromSeconds(1.3); 299 300 } 300 301 } -
2015/30/ArttuH/TasoHyppely/TasoHyppely/TasoHyppelyContent/obj/x86/Debug/ContentPipeline.xml
r6962 r6971 9 9 <Options>None</Options> 10 10 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\maali.xnb</Output> 11 <Time>2015-07-23T 09:33:25.8480023+03:00</Time>11 <Time>2015-07-23T11:36:28.1893018+03:00</Time> 12 12 </Item> 13 13 <Item> … … 18 18 <Options>None</Options> 19 19 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Pickup_Coin21.xnb</Output> 20 <Time>2015-07-23T 09:33:25.9728023+03:00</Time>20 <Time>2015-07-23T11:36:28.3453018+03:00</Time> 21 21 </Item> 22 22 <Item> … … 27 27 <Options>None</Options> 28 28 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\norsu.xnb</Output> 29 <Time>2015-07-23T 09:33:25.8948023+03:00</Time>29 <Time>2015-07-23T11:36:28.2517018+03:00</Time> 30 30 </Item> 31 31 <Item> … … 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\tahti.xnb</Output> 38 <Time>2015-07-23T 09:33:25.9728023+03:00</Time>38 <Time>2015-07-23T11:36:28.3297018+03:00</Time> 39 39 </Item> 40 40 <Item> … … 45 45 <Options>None</Options> 46 46 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\toinenukkoanimaatio\toinenukkoanimaatio1.xnb</Output> 47 <Time>2015-07-23T 09:33:26.0508023+03:00</Time>47 <Time>2015-07-23T11:36:28.4077018+03:00</Time> 48 48 </Item> 49 49 <Item> … … 54 54 <Options>None</Options> 55 55 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\toinenukkoanimaatio\toinenukkoanimaatio2.xnb</Output> 56 <Time>2015-07-23T 09:33:26.0508023+03:00</Time>56 <Time>2015-07-23T11:36:28.4077018+03:00</Time> 57 57 </Item> 58 58 <Item> … … 63 63 <Options>None</Options> 64 64 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ukkoanimaatio\ukkoanimaatio1.xnb</Output> 65 <Time>2015-07-23T 09:33:25.8948023+03:00</Time>65 <Time>2015-07-23T11:36:28.2517018+03:00</Time> 66 66 </Item> 67 67 <Item> … … 72 72 <Options>None</Options> 73 73 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ukkoanimaatio\ukkoanimaatio2.xnb</Output> 74 <Time>2015-07-23T 09:33:25.8948023+03:00</Time>74 <Time>2015-07-23T11:36:28.2517018+03:00</Time> 75 75 </Item> 76 76 <Item> … … 81 81 <Options>None</Options> 82 82 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\toinenukko.xnb</Output> 83 <Time>2015-07-23T 09:33:26.0508023+03:00</Time>83 <Time>2015-07-23T11:36:28.4077018+03:00</Time> 84 84 </Item> 85 85 <Item> … … 90 90 <Options>None</Options> 91 91 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ukko.xnb</Output> 92 <Time>2015-07-23T 09:33:25.9728023+03:00</Time>92 <Time>2015-07-23T11:36:28.3297018+03:00</Time> 93 93 </Item> 94 94 <Item> … … 99 99 <Options>None</Options> 100 100 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\suklaa.xnb</Output> 101 <Time>2015-07-23T 09:33:25.9884023+03:00</Time>101 <Time>2015-07-23T11:36:28.3453018+03:00</Time> 102 102 </Item> 103 103 <Item> … … 108 108 <Options>None</Options> 109 109 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\pahis2.xnb</Output> 110 <Time>2015-07-23T 09:33:26.0352023+03:00</Time>110 <Time>2015-07-23T11:36:28.4077018+03:00</Time> 111 111 </Item> 112 112 <Item> … … 117 117 <Options>None</Options> 118 118 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\orkki.xnb</Output> 119 <Time>2015-07-23T 09:33:25.9884023+03:00</Time>119 <Time>2015-07-23T11:36:28.3297018+03:00</Time> 120 120 </Item> 121 121 <Item> … … 126 126 <Options>None</Options> 127 127 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\asekuva.xnb</Output> 128 <Time>2015-07-23T 09:33:25.8792023+03:00</Time>128 <Time>2015-07-23T11:36:28.2205018+03:00</Time> 129 129 </Item> 130 130 <Item> … … 135 135 <Options>None</Options> 136 136 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\asekuva_2.xnb</Output> 137 <Time>2015-07-23T 09:33:25.9884023+03:00</Time>137 <Time>2015-07-23T11:36:28.3453018+03:00</Time> 138 138 </Item> 139 139 <Item> … … 144 144 <Options>None</Options> 145 145 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\luoti.xnb</Output> 146 <Time>2015-07-23T 09:33:25.8480023+03:00</Time>146 <Time>2015-07-23T11:36:28.1893018+03:00</Time> 147 147 </Item> 148 148 <Item> … … 153 153 <Options>None</Options> 154 154 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\piikki.xnb</Output> 155 <Time>2015-07-23T 09:33:25.9884023+03:00</Time>155 <Time>2015-07-23T11:36:28.3453018+03:00</Time> 156 156 </Item> 157 157 <Item> … … 162 162 <Options>None</Options> 163 163 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\toinenukkoanimaatio.xnb</Output> 164 <Time>2015-07-23T 09:33:25.9728023+03:00</Time>164 <Time>2015-07-23T11:36:28.3297018+03:00</Time> 165 165 <Request>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\toinenukkoanimaatio\toinenukkoanimaatio1.xnb</Request> 166 166 <Request>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\toinenukkoanimaatio\toinenukkoanimaatio2.xnb</Request> … … 173 173 <Options>None</Options> 174 174 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ukkoanimaatio.xnb</Output> 175 <Time>2015-07-23T 09:33:25.8480023+03:00</Time>175 <Time>2015-07-23T11:36:28.1893018+03:00</Time> 176 176 <Request>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ukkoanimaatio\ukkoanimaatio1.xnb</Request> 177 177 <Request>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ukkoanimaatio\ukkoanimaatio2.xnb</Request> … … 184 184 <Options>None</Options> 185 185 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Kentta2.xnb</Output> 186 <Time>2015-07-23T 09:59:39.5346308+03:00</Time>186 <Time>2015-07-23T11:36:28.2205018+03:00</Time> 187 187 </Item> 188 188 <Item> … … 193 193 <Options>None</Options> 194 194 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\kentta3.xnb</Output> 195 <Time>2015-07-23T 09:59:39.5346308+03:00</Time>195 <Time>2015-07-23T11:36:28.2517018+03:00</Time> 196 196 </Item> 197 197 <Item> … … 202 202 <Options>None</Options> 203 203 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Kentta1.xnb</Output> 204 <Time>2015-07-23T 09:59:39.5502334+03:00</Time>204 <Time>2015-07-23T11:36:28.2205018+03:00</Time> 205 205 </Item> 206 206 <Item> … … 212 212 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Gaslamp_Funworks.xnb</Output> 213 213 <Extra>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\Gaslamp_Funworks.wma</Extra> 214 <Time>2015-07-23T 09:33:25.8636023+03:00</Time>214 <Time>2015-07-23T11:36:28.2049018+03:00</Time> 215 215 </Item> 216 216 <Item> … … 221 221 <Options>None</Options> 222 222 <Output>C:\MyTemp\ArttuH\TasoHyppely\TasoHyppely\TasoHyppely\bin\x86\Debug\Content\ammobox.xnb</Output> 223 <Time>2015-07-23T11: 04:10.7811018+03:00</Time>223 <Time>2015-07-23T11:36:28.2205018+03:00</Time> 224 224 </Item> 225 225 <BuildSuccessful>true</BuildSuccessful>
Note: See TracChangeset
for help on using the changeset viewer.