- Timestamp:
- 2017-07-28 11:46:31 (6 years ago)
- Location:
- 2017/30/LeoL/ZombiPeli Official/zombi/zombi
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/LeoL/ZombiPeli Official/zombi/zombi/zombi.cs
r9190 r9203 137 137 { 138 138 Timer aikaLaskuri = new Timer(); 139 aikaLaskuri.Interval = 0.1;139 aikaLaskuri.Interval = 15.0; 140 140 aikaLaskuri.Timeout += LuoZombi; 141 aikaLaskuri.Start(); 141 aikaLaskuri.Start(); 142 142 143 143 Label aikaNaytto = new Label();
Note: See TracChangeset
for help on using the changeset viewer.