Changeset 7546 for 2016/26/SallaK/Pingpong
- Timestamp:
- 2016-06-28 11:30:12 (7 years ago)
- Location:
- 2016/26/SallaK/Pingpong
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/26/SallaK/Pingpong/Pingpong/Pingpong/Pingpong.cs
r7531 r7546 23 23 IntMeter pelaajan2Pisteet; 24 24 25 Image taustakuva = LoadImage("tausta");25 Image taustakuva2 = LoadImage("tausta"); 26 26 27 27 public override void Begin() … … 68 68 yläReuna.IsVisible = false; 69 69 70 GameObject taustakuva 70 GameObject taustakuva= new GameObject(Level.Width, Level.Height); 71 taustakuva.Shape = Shape.Rectangle; 72 Add(taustakuva, -3); 73 taustakuva.Image = taustakuva2; 74 71 75 Level.Background.Color = Color.Black; 72 Level.Background.Image = taustakuva;76 //Level.Background.Image = taustakuva2; 73 77 Camera.ZoomToLevel(); 74 78 }
Note: See TracChangeset
for help on using the changeset viewer.