Changeset 1606 for trunk/tools/neercs/neercs.cpp
- Timestamp:
- Jul 8, 2012, 11:21:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neercs/neercs.cpp
r1602 r1606 130 130 caca_printf(m_caca, 1, h - 2, "W=%i H=%i", w, h); 131 131 caca_put_str(m_caca, w - 13, h - 2, "CACA RULEZ"); 132 133 /*134 135 int x4 = 6 + 5 * lol::cos(m_time * 2.f)136 caca_set_color_ansi(m_caca, CACA_YELLOW, CACA_RED);137 caca_put_str(m_caca, x4, 25, "Le Caca C'Est Surpuissant \\:D/");138 */139 132 } 140 133 … … 161 154 162 155 new Neercs(); 163 new DebugFps(5, 5);156 new DebugFps(5, 15); 164 157 app.ShowPointer(false); 165 158
Note: See TracChangeset
for help on using the changeset viewer.