Changeset 8192 for 2016/30/TimoH
- Timestamp:
- 2016-07-28 11:32:53 (6 years ago)
- Location:
- 2016/30/TimoH/JamaicanBoksi3000
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/30/TimoH/JamaicanBoksi3000/JamaicanBoksi3000/JamaicanBoksi3000/JamaicanBoksi3000.cs
r8190 r8192 78 78 public override void Begin() 79 79 { 80 ClearAll(); 80 81 LuoPaivitykset(); 81 82 LuoKenttä(); … … 173 174 void LuoKenttä() 174 175 { 176 177 175 178 polku = new SortedList<char, Vector>(); 176 179 … … 190 193 191 194 Camera.ZoomToAllObjects(); 195 196 Timer.SingleShot(5, delegate { Begin(); }); 192 197 193 198 }
Note: See TracChangeset
for help on using the changeset viewer.