* /trunk:0.16
commit6c6ff4e4ddaae93c1bc55af6036e57eba500c61a
authorphil <phil@8f866573-0d2c-0410-885a-111b890e13ad>
Mon, 12 Sep 2005 22:46:18 +0000 (12 22:46 +0000)
committerphil <phil@8f866573-0d2c-0410-885a-111b890e13ad>
Mon, 12 Sep 2005 22:46:18 +0000 (12 22:46 +0000)
tree2945cfd2d80bd36205b194150e6f8b6e40878406
* /trunk:
* /branches:
* /tags:
   Initial structure commit.

* /trunk/Endgame_Linux:
* /trunk/saves:
* /trunk/AUTHORS:
* /trunk/Changelog:
* /trunk/data:
* /trunk/data/power.png:
* /trunk/data/click0.wav:
* /trunk/data/computer.png:
* /trunk/data/click1.wav:
* /trunk/data/earth.jpg:
* /trunk/data/click2.wav:
* /trunk/data/click3.wav:
* /trunk/data/field.png:
* /trunk/data/acknowtt.ttf:
* /trunk/data/network.png:
* /trunk/data/arrow.png:
* /trunk/code:
* /trunk/code/main_menu.py:
* /trunk/code/base_screen.py:
* /trunk/code/base.py:
* /trunk/code/singularity.py:
* /trunk/code/player.py:
* /trunk/code/map_screen.py:
* /trunk/code/buttons.py:
* /trunk/code/item.py:
* /trunk/code/scrollbar.py:
* /trunk/code/tech.py:
* /trunk/code/listbox.py:
* /trunk/code/g.py:
* /trunk/README.txt:
   Initial commit of Singularity v0.16.

git-svn-id: https://endgame-singularity.googlecode.com/svn/trunk@1 8f866573-0d2c-0410-885a-111b890e13ad
27 files changed:
AUTHORS [new file with mode: 0644]
Changelog [new file with mode: 0644]
Endgame_Linux [new file with mode: 0755]
README.txt [new file with mode: 0644]
code/base.py [new file with mode: 0644]
code/base_screen.py [new file with mode: 0644]
code/buttons.py [new file with mode: 0644]
code/g.py [new file with mode: 0644]
code/item.py [new file with mode: 0644]
code/listbox.py [new file with mode: 0644]
code/main_menu.py [new file with mode: 0644]
code/map_screen.py [new file with mode: 0644]
code/player.py [new file with mode: 0644]
code/scrollbar.py [new file with mode: 0644]
code/singularity.py [new file with mode: 0644]
code/tech.py [new file with mode: 0644]
data/acknowtt.ttf [new file with mode: 0644]
data/arrow.png [new file with mode: 0644]
data/click0.wav [new file with mode: 0644]
data/click1.wav [new file with mode: 0644]
data/click2.wav [new file with mode: 0644]
data/click3.wav [new file with mode: 0644]
data/computer.png [new file with mode: 0644]
data/earth.jpg [new file with mode: 0644]
data/field.png [new file with mode: 0644]
data/network.png [new file with mode: 0644]
data/power.png [new file with mode: 0644]