- Timestamp:
- 2015-07-01 13:05:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/BenjaminE/BenJaMarkPeli/HacknSlash/HacknSlash/HacknSlash/HacknSlash.cs
r6662 r6664 35 35 36 36 bool kaynnissa = false; 37 double vihuSpawnNopeus = 1;37 double vihuSpawnNopeus = 5 ; 38 38 39 override void Begin()39 public override void Begin() 40 40 { 41 41 MediaPlayer.Play("AdventureMeme"); … … 44 44 LuoPelaaja(); 45 45 kaynnissa = true; 46 Level.CreateBorders(1.0, false); 47 Camera.ZoomToLevel(); 48 46 49 } 47 50
Note: See TracChangeset
for help on using the changeset viewer.