diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/gray_tex.aseprite | bin | 0 -> 1469 bytes | |||
| -rw-r--r-- | assets/gray_tex.png | bin | 0 -> 804 bytes | |||
| -rw-r--r-- | assets/gray_tex.png.import | 20 | ||||
| -rw-r--r-- | assets/minus.aseprite | bin | 0 -> 999 bytes | |||
| -rw-r--r-- | assets/minus.png | bin | 0 -> 106 bytes | |||
| -rw-r--r-- | assets/minus.png.import | 20 | ||||
| -rw-r--r-- | assets/plus.aseprite | bin | 0 -> 1029 bytes | |||
| -rw-r--r-- | assets/plus.png | bin | 0 -> 147 bytes | |||
| -rw-r--r-- | assets/plus.png.import | 20 | ||||
| -rw-r--r-- | assets/shop.json | 81 |
10 files changed, 141 insertions, 0 deletions
diff --git a/assets/gray_tex.aseprite b/assets/gray_tex.aseprite Binary files differnew file mode 100644 index 0000000..4c329ee --- /dev/null +++ b/assets/gray_tex.aseprite diff --git a/assets/gray_tex.png b/assets/gray_tex.png Binary files differnew file mode 100644 index 0000000..084a929 --- /dev/null +++ b/assets/gray_tex.png diff --git a/assets/gray_tex.png.import b/assets/gray_tex.png.import new file mode 100644 index 0000000..0660be9 --- /dev/null +++ b/assets/gray_tex.png.import @@ -0,0 +1,20 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/gray_tex.png-d83549d58cc0df98891261e5a7599858.stex" + +[params] + +compress/mode=1 +compress/lossy_quality=0.7 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=1 +process/fix_alpha_border=true +process/premult_alpha=true +stream=false +size_limit=0 +detect_3d=false diff --git a/assets/minus.aseprite b/assets/minus.aseprite Binary files differnew file mode 100644 index 0000000..5725edd --- /dev/null +++ b/assets/minus.aseprite diff --git a/assets/minus.png b/assets/minus.png Binary files differnew file mode 100644 index 0000000..321e2b4 --- /dev/null +++ b/assets/minus.png diff --git a/assets/minus.png.import b/assets/minus.png.import new file mode 100644 index 0000000..fb3f760 --- /dev/null +++ b/assets/minus.png.import @@ -0,0 +1,20 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/minus.png-4762f967f2398859383593e0213c863b.stex" + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=true +stream=false +size_limit=0 +detect_3d=true diff --git a/assets/plus.aseprite b/assets/plus.aseprite Binary files differnew file mode 100644 index 0000000..0bd4caf --- /dev/null +++ b/assets/plus.aseprite diff --git a/assets/plus.png b/assets/plus.png Binary files differnew file mode 100644 index 0000000..513d0d6 --- /dev/null +++ b/assets/plus.png diff --git a/assets/plus.png.import b/assets/plus.png.import new file mode 100644 index 0000000..a5afd20 --- /dev/null +++ b/assets/plus.png.import @@ -0,0 +1,20 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/plus.png-4edcf3a95e8f281c366463cbe7a974c3.stex" + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=true +stream=false +size_limit=0 +detect_3d=true diff --git a/assets/shop.json b/assets/shop.json new file mode 100644 index 0000000..f7c2d83 --- /dev/null +++ b/assets/shop.json @@ -0,0 +1,81 @@ +{ + "1": [ + {"id": "low_planet_mat", + "name": "Low-grade planetary material", + "desc": "Buying this, you basically get bread crumbs from other recycled worlds.", + "cost": 10}, + {"id": "mid_planet_mat", + "name": "Middle-grade planetary material", + "desc": "While still recycled, it's previous owners didn't filter out all the good stuff.", + "cost": 30}, + {"id": "high_planet_mat", + "name": "High-grade planetary material", + "desc": "Made from worlds demolished to make way for a new hyperspatial express drive.", + "cost": 50}, + {"id": "top_planet_mat", + "name": "Pristine planetary material", + "desc": "Pretty much the only source of such high-quality planetary material comes from the underground. ", + "cost": 100}, + {"id": "low_inter_dust", + "name": "Low-grade interplanetary dust", + "desc": "Scraped of the bottom of some junkyard universe megaship, this really doesn't have much to offer.", + "cost": 20}, + {"id": "middle_inter_dust", + "name": "Middle-grade interplanetary dust", + "desc": "", + "cost": 40}, + {"id": "high_inter_dust", + "name": "High-grade interplanetary dust", + "desc": "Collected after a supernova, it contains many diverse elements.", + "cost": 80} + ], + "2": [ + {"id": "unknown_molecules", + "name": "Unknown molecules", + "desc": "The packaging looks leaky and the guarantee signs are all weird but you might take it for the price.", + "cost": 100}, + {"id": "simple_amino", + "name": "Simple aminoacids", + "desc": "", + "cost": 200}, + {"id": "nucleotid", + "name": "Nucleotids", + "desc": "Bunch of nucleotids will step up your life game. These are building blocks of nucleic acids.", + "cost": 300}, + {"id": "nucleic_acid", + "name": "Nucleic acids", + "desc": "", + "cost": 400}, + {"id": "nanotech_elements", + "name": "Nano-tech microelements", + "desc": "", + "cost": 500} + ], + "3": [ + {"id": "chon_life_1", + "name": "CHON based life (level 1)", + "desc": "", + "cost": 1000}, + {"id": "chon_life_2", + "name": "CHON based life (level 2)", + "desc": "", + "cost": 1500}, + {"id": "grey_goo", + "name": "Grey goo", + "desc": "No one really told you what it is, they just sell it.", + "cost": 2000}, + {"id": "cardboard_box", + "name": "A cardboard box", + "desc": "You might have heard some cat noises from the inside, although you can't be sure unless you open it.", + "cost": 3000} + ], + "other": [ + {"id": "planets_howto", + "name": "How it's Made: Planets", + "desc": "The ultimate guide for any beginner but also experienced planet builder!\ + Covers all the bases, even the orthonormal ones.", + "cost": 5} + ] +} + + |
