Changeset 7032


Ignore:
Timestamp:
2015-07-26 22:44:21 (8 years ago)
Author:
novaanan
Message:

Lishää hienoshäätöjä

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  
    12271227         Label kerausteksti = new Label("You Collected Someones Heart"); 
    12281228         kerausteksti.TextColor = Color.Red; 
    1229          kerausteksti.X = Screen.Right - 200; 
     1229         kerausteksti.X = Screen.Right - 300; 
    12301230         kerausteksti.Y = Screen.Top - 100; 
     1231         kerausteksti.TextScale = new Vector(1.5, 1.5); 
    12311232         kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 
    12321233         Add(kerausteksti); 
     
    12901291         Label kerausteksti = new Label("You Drank A Tasty Mana Potion"); 
    12911292         kerausteksti.TextColor = Color.Cyan; 
    1292          kerausteksti.X = Screen.Right - 200; 
     1293         kerausteksti.X = Screen.Right - 300; 
    12931294         kerausteksti.Y = Screen.Top - 100; 
     1295         kerausteksti.TextScale = new Vector(1.5, 1.5); 
    12941296         kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 
    12951297         Add(kerausteksti); 
     
    13211323         Label kerausteksti = new Label("You Drank A Refreshing Beer"); 
    13221324         kerausteksti.TextColor = Color.Yellow; 
    1323          kerausteksti.X = Screen.Right - 200; 
     1325         kerausteksti.X = Screen.Right - 300; 
    13241326         kerausteksti.Y = Screen.Top - 100; 
     1327         kerausteksti.TextScale = new Vector(1.5, 1.5); 
    13251328         kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 
    13261329         Add(kerausteksti); 
     
    13441347         Label kerausteksti = new Label("You Drank A Bad Tasting Health Potion"); 
    13451348         kerausteksti.TextColor = Color.Red; 
    1346          kerausteksti.X = Screen.Right - 200; 
     1349         kerausteksti.X = Screen.Right - 300; 
    13471350         kerausteksti.Y = Screen.Top - 100; 
     1351         kerausteksti.TextScale = new Vector(1.5, 1.5); 
    13481352         kerausteksti.LifetimeLeft = TimeSpan.FromSeconds(2.0); 
    13491353         Add(kerausteksti); 
Note: See TracChangeset for help on using the changeset viewer.