mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 12:47:01 -04:00

* Convert all DOS-format text files to Unix-format * pkg/win32: fix clean target to remove staging directory * pkg/win32: Include docs and examples directories
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
# Makes dogs "fly" under gravity, in effect jumping.
|
|
# By Lee Killough
|
|
|
|
Thing 140
|
|
Bits = BOUNCES | SOLID | SHOOTABLE | FLOAT | COUNTKILL
|
|
Mass = 100
|