Rewriting ships: Added some player interface and started rewriting star system
This commit is contained in:
parent
6957169ba5
commit
4172b336c1
20 changed files with 300 additions and 139 deletions
22
scenes/Star Systems/Required Scenes/StarsController.tscn
Normal file
22
scenes/Star Systems/Required Scenes/StarsController.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dpggye27ln436"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/misc/stars_generator.gd" id="1_uxmpu"]
|
||||
[ext_resource type="PackedScene" uid="uid://kyuhwil8vq7n" path="res://scenes/Star.tscn" id="2_ypr5c"]
|
||||
|
||||
[node name="Stars" type="ParallaxBackground"]
|
||||
process_mode = 1
|
||||
layer = -5
|
||||
scroll_ignore_camera_zoom = true
|
||||
script = ExtResource("1_uxmpu")
|
||||
star = ExtResource("2_ypr5c")
|
||||
|
||||
[node name="CloseStars" type="ParallaxLayer" parent="."]
|
||||
scale = Vector2(2, 2)
|
||||
motion_scale = Vector2(0.9, 0.9)
|
||||
|
||||
[node name="DistinctStars" type="ParallaxLayer" parent="."]
|
||||
scale = Vector2(1.5, 1.5)
|
||||
motion_scale = Vector2(0.5, 0.5)
|
||||
|
||||
[node name="FarAwayStars" type="ParallaxLayer" parent="."]
|
||||
motion_scale = Vector2(0.1, 0.1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue