Ignore:
Timestamp:
Aug 7, 2012, 2:47:15 AM (11 years ago)
Author:
rez
Message:

added items to setup menu (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/neercs/neercs.cpp

    r1685 r1701  
    132132    caca_put_str(m_caca, w - 12, h - 2, "CACA RULEZ");
    133133
     134/*
     135  _______
     136 /      /|
     137/______/ |
     138|      | |
     139|  :D  | /
     140|______|/
     141*/
     142
    134143    int lolcube_x = w / 2 - 5 + (w - 10) * lol::cos(m_time / 2);
    135144    int lolcube_y = h - 5 - abs ((h - 5) * lol::sin(m_time * 4));
Note: See TracChangeset for help on using the changeset viewer.