Commit Graph

3 Commits

Author SHA1 Message Date
Rob Pearce b1cd328732 Fix unfair placement of plant on underground lake level.
"make app" now works again.
Always clear 'skipto' at endgame.
2013-08-14 12:07:36 +00:00
Rob Pearce d9963652c8 - [+] plants now shoot upwards if you are above and near (similar to
spider drop code)
    - [+] projectile is vertical fireball
    - [+] use code similar to snake
    - [+] only allowed to shoot if s->bullet = null
    - [+] always use open mouth frame if s->bullet 
    - [+] bullet has initial negative y velocity and is affected by
          gravity
    - [+] once it is lower than its initial y point, it dies....
    - [+] ...and update owner->bullet = null
2013-08-14 10:46:53 +00:00
Rob Pearce ff73aa696a Cleanup of directory structure 2008-10-09 23:20:35 +00:00