Changeset 7032
- Timestamp:
- 2015-07-26 22:44:21 (8 years ago)
- Location:
- 2015/30/NoelV/peli0.0.0.3/turhakepeli
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/30/NoelV/peli0.0.0.3/turhakepeli/turhakepeli/turhakepeli/turhakepeli.cs
r7031 r7032 1227 1227 Label kerausteksti = new Label("You Collected Someones Heart"); 1228 1228 kerausteksti.TextColor = Color.Red; 1229 kerausteksti.X = Screen.Right - 200;1229 kerausteksti.X = Screen.Right - 300; 1230 1230 kerausteksti.Y = Screen.Top - 100; 1231 kerausteksti.TextScale = new Vector(1.5, 1.5); 1231 1232 kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 1232 1233 Add(kerausteksti); … … 1290 1291 Label kerausteksti = new Label("You Drank A Tasty Mana Potion"); 1291 1292 kerausteksti.TextColor = Color.Cyan; 1292 kerausteksti.X = Screen.Right - 200;1293 kerausteksti.X = Screen.Right - 300; 1293 1294 kerausteksti.Y = Screen.Top - 100; 1295 kerausteksti.TextScale = new Vector(1.5, 1.5); 1294 1296 kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 1295 1297 Add(kerausteksti); … … 1321 1323 Label kerausteksti = new Label("You Drank A Refreshing Beer"); 1322 1324 kerausteksti.TextColor = Color.Yellow; 1323 kerausteksti.X = Screen.Right - 200;1325 kerausteksti.X = Screen.Right - 300; 1324 1326 kerausteksti.Y = Screen.Top - 100; 1327 kerausteksti.TextScale = new Vector(1.5, 1.5); 1325 1328 kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 1326 1329 Add(kerausteksti); … … 1344 1347 Label kerausteksti = new Label("You Drank A Bad Tasting Health Potion"); 1345 1348 kerausteksti.TextColor = Color.Red; 1346 kerausteksti.X = Screen.Right - 200;1349 kerausteksti.X = Screen.Right - 300; 1347 1350 kerausteksti.Y = Screen.Top - 100; 1351 kerausteksti.TextScale = new Vector(1.5, 1.5); 1348 1352 kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 1349 1353 Add(kerausteksti);
Note: See TracChangeset
for help on using the changeset viewer.