Changeset 1606
- Timestamp:
- Jul 8, 2012, 11:21:16 PM (10 years ago)
- Location:
- trunk/tools/neercs
- Files:
-
- 2 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 -
trunk/tools/neercs/video/render.cpp
r1588 r1606 39 39 extern char const *lolfx_simple; 40 40 41 #define DEBUG 1 // debug flag //#if defined(_DEBUG)42 41 #define PID M_PI/180.0f // pi ratio 43 42 #define CR 1.0f/256.0f // color ratio
Note: See TracChangeset
for help on using the changeset viewer.