comparison main.d @ 13:e1004697cae1

tracking
author zzzzrrr <mason.green@gmail.com>
date Mon, 23 Mar 2009 08:02:23 -0400
parents 2ecd16840900
children af1e8620f027
comparison
equal deleted inserted replaced
12:2ecd16840900 13:e1004697cae1
92 whut.ship1.limitVelocity(); 92 whut.ship1.limitVelocity();
93 whut.ship2.limitVelocity(); 93 whut.ship2.limitVelocity();
94 }); 94 });
95 95
96 jobHub.addPostFrameJob( { 96 jobHub.addPostFrameJob( {
97 whut.ship2.rBody.angularVelocity = 0.0f;
98 gui.begin(cfg); 97 gui.begin(cfg);
99 gui.push(`main`); 98 gui.push(`main`);
100 if (gui().getProperty!(bool)("frame.closeClicked")) { 99 if (gui().getProperty!(bool)("frame.closeClicked")) {
101 running = false; 100 running = false;
102 } 101 }