-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stub Helios system * Stub planet Pyra * Add Pyra description and landscape image * Fix system connections into Helios * Add asteroid field to Helios
- Loading branch information
1 parent
e72193e
commit fd1b28a
Showing
9 changed files
with
100 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[gd_scene load_steps=8 format=3 uid="uid://nunornl3gvvo"] | ||
|
||
[ext_resource type="PackedScene" uid="uid://fxemun7o6rix" path="res://galaxy/star_system/star_system_instance.tscn" id="1_cgb7d"] | ||
[ext_resource type="Resource" uid="uid://nbm8is7uln37" path="res://galaxy/star_system/star_systems/helios.tres" id="2_a8qaw"] | ||
[ext_resource type="PackedScene" uid="uid://ct6hx24xakxq3" path="res://stars/main_sequence/star_class_g.tscn" id="3_en328"] | ||
[ext_resource type="PackedScene" uid="uid://b04hfgkcuq7k6" path="res://planet/planet_instance.tscn" id="4_wx4b8"] | ||
[ext_resource type="Texture2D" uid="uid://bcrjjyfvc8eli" path="res://planet/sprites/planet_28.png" id="5_pkasu"] | ||
[ext_resource type="Resource" uid="uid://dd61sms23ju2r" path="res://planet/planets/pyra.tres" id="5_u2wh5"] | ||
[ext_resource type="PackedScene" uid="uid://ccdkamqw03rk7" path="res://fx/asteroids/multi_asteroid_field.tscn" id="7_7sqja"] | ||
|
||
[node name="Helios" instance=ExtResource("1_cgb7d")] | ||
star_system = ExtResource("2_a8qaw") | ||
|
||
[node name="Star Class G" parent="." index="0" instance=ExtResource("3_en328")] | ||
|
||
[node name="Pyra" parent="." index="1" instance=ExtResource("4_wx4b8")] | ||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.46376, 0, 6.6976) | ||
planet = ExtResource("5_u2wh5") | ||
|
||
[node name="Sprite3D" parent="Pyra" index="1"] | ||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0) | ||
texture = ExtResource("5_pkasu") | ||
|
||
[node name="MultiAsteroidField" parent="." index="2" instance=ExtResource("7_7sqja")] | ||
|
||
[editable path="Pyra"] | ||
[editable path="Pyra/TargetOverlay"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[gd_resource type="Resource" script_class="StarSystem" load_steps=3 format=3 uid="uid://nbm8is7uln37"] | ||
|
||
[ext_resource type="Resource" uid="uid://b764gd8q3il6s" path="res://mechanics/economy/currencies/credits.tres" id="1_axqux"] | ||
[ext_resource type="Script" path="res://galaxy/star_system/star_system.gd" id="1_rf1b6"] | ||
|
||
[resource] | ||
script = ExtResource("1_rf1b6") | ||
name = &"Helios" | ||
connections = Array[StringName]([&"Thalassa", &"Barnard\'s Star"]) | ||
position = Vector3(-1.3, 2.08165e-12, 1.7) | ||
scene_path = "res://galaxy/star_system/scenes/helios.tscn" | ||
refueling_money = ExtResource("1_axqux") | ||
refueling_relative_price = 0.734 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[gd_resource type="Resource" script_class="Planet" load_steps=3 format=3 uid="uid://dd61sms23ju2r"] | ||
|
||
[ext_resource type="Texture2D" uid="uid://dbsch7luqleh" path="res://screens/landing/images/59c79ae4-1b9a-403c-86ed-2bf9e6cfb389.jpg" id="1_522gb"] | ||
[ext_resource type="Script" path="res://planet/planet.gd" id="1_oksuf"] | ||
|
||
[resource] | ||
script = ExtResource("1_oksuf") | ||
name = "Pyra" | ||
facilities = 33 | ||
landscape_image = ExtResource("1_522gb") | ||
description = "Pyra is a scorched world of fire and stone. Its surface is a vast expanse of blackened rock and flowing lava, punctuated by towering volcanoes that perpetually belch ash and sulfurous gases into the thin atmosphere. | ||
Despite its inhospitable nature, Pyra hosts a small but resilient colony of miners and researchers. They live in heavily shielded habitats, venturing out only in protective suits to harvest rare minerals formed in the planet's extreme conditions. | ||
The spaceport, a stark structure of heat-resistant alloys, clings to a rare stable plateau. Its primary feature is a bustling bar, the \"Obsidian Oasis,\" where visitors and locals alike seek respite from the oppressive heat. The bar's viewport offers a mesmerizing view of rivers of molten rock snaking across the charred landscape. | ||
Beyond the spaceport and a few scattered outposts, Pyra remains largely untamed. Its barren expanses discourage extensive facility development, making each structure a triumph of engineering against the planet's fiery will." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions
35
screens/landing/images/59c79ae4-1b9a-403c-86ed-2bf9e6cfb389.jpg.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://dbsch7luqleh" | ||
path.s3tc="res://.godot/imported/59c79ae4-1b9a-403c-86ed-2bf9e6cfb389.jpg-94c959f50d2c2afd5e14ad1a38102ed7.s3tc.ctex" | ||
metadata={ | ||
"imported_formats": ["s3tc_bptc"], | ||
"vram_texture": true | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://screens/landing/images/59c79ae4-1b9a-403c-86ed-2bf9e6cfb389.jpg" | ||
dest_files=["res://.godot/imported/59c79ae4-1b9a-403c-86ed-2bf9e6cfb389.jpg-94c959f50d2c2afd5e14ad1a38102ed7.s3tc.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=2 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=true | ||
mipmaps/limit=-1 | ||
roughness/mode=1 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=false | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=0 |