diff options
Diffstat (limited to 'parsec_root/client')
| -rwxr-xr-x | parsec_root/client/planet.con | 6 | ||||
| -rwxr-xr-x | parsec_root/client/planet2.od2 | 3 | ||||
| -rwxr-xr-x | parsec_root/client/planet2.tga | 3 | ||||
| -rwxr-xr-x | parsec_root/client/readme.txt | 3 |
4 files changed, 15 insertions, 0 deletions
diff --git a/parsec_root/client/planet.con b/parsec_root/client/planet.con new file mode 100755 index 0000000..7a12baa --- /dev/null +++ b/parsec_root/client/planet.con @@ -0,0 +1,6 @@ +write loading planet test object + +load texture planet2.tga file planet2.tga + +load object planet2 file planet2.od2 type planet +summon class planet2 origin (0 0 0) diff --git a/parsec_root/client/planet2.od2 b/parsec_root/client/planet2.od2 new file mode 100755 index 0000000..16d650a --- /dev/null +++ b/parsec_root/client/planet2.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02a200bc0c98653bd01ecd6e6019cf4b5d0e3c80e2e7e69f7ea99fb823a90b0 +size 28052 diff --git a/parsec_root/client/planet2.tga b/parsec_root/client/planet2.tga new file mode 100755 index 0000000..2bb5c18 --- /dev/null +++ b/parsec_root/client/planet2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9c5aec669a7d894c60ef08f90712991589827ed1208e57c1f12912e6d7d0bb +size 2076428 diff --git a/parsec_root/client/readme.txt b/parsec_root/client/readme.txt new file mode 100755 index 0000000..b115ef0 --- /dev/null +++ b/parsec_root/client/readme.txt @@ -0,0 +1,3 @@ +To run OpenParsec, you will need a copy of the latest openparsec-assets +repository. You can find it via git from this link: +https://github.com/OpenParsec/openparsec-assets |
