Changeset 8733
- Timestamp:
- 2017-06-15 14:57:11 (6 years ago)
- Location:
- 2017/24/EljaL/TheMetsäsurvivor/TheMetsäsurvivor/TheMetsäsurvivor
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/24/EljaL/TheMetsäsurvivor/TheMetsäsurvivor/TheMetsäsurvivor/TheMetsäsurvivor.cs
r8729 r8733 192 192 void luopojolaskuri() 193 193 { 194 pojolaskuri = new IntMeter( 1000);194 pojolaskuri = new IntMeter(0); 195 195 196 196 Label pojonaytto = new Label(); … … 267 267 { 268 268 pistegen = new IntMeter(0); 269 pistegen.MaxValue = 10;270 269 pistegen.MinValue = 0; 271 270 … … 306 305 { 307 306 aikaLaskuri.Pause(); 308 MessageDisplay.Add("voitit");309 307 loppumusa.Play(); 310 308 }
Note: See TracChangeset
for help on using the changeset viewer.