-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroo9C1.tmp
84 lines (63 loc) · 3.57 KB
/
roo9C1.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[gd_scene load_steps=14 format=3 uid="uid://cnn2083d08byi"]
[ext_resource type="Shader" path="res://entities/background/StellarBackground.gdshader" id="1_ece8b"]
[ext_resource type="PackedScene" uid="uid://dvxm6daibl2v1" path="res://entities/orbitlines/OrbitLines.tscn" id="1_s2yhk"]
[ext_resource type="PackedScene" uid="uid://qxmseuwkokrh" path="res://entities/star/StarScene.tscn" id="1_wmdo0"]
[ext_resource type="Script" path="res://entities/background/Background.gd" id="2_fgrpl"]
[ext_resource type="Script" path="res://CameraTest.gd" id="2_gcu2o"]
[ext_resource type="Environment" uid="uid://n8asi34u4tt8" path="res://enviroment/Enviroment.tres" id="2_qfksb"]
[ext_resource type="PackedScene" uid="uid://dwv5s702q62ib" path="res://entities/planet/planet.tscn" id="6_fk80q"]
[ext_resource type="PackedScene" uid="uid://du6ngnr7qwln7" path="res://entities/buildings/planet_cracker/planet_cracker.tscn" id="7_8ee2p"]
[ext_resource type="Resource" uid="uid://i07mt6rgiele" path="res://entities/resources/hydrogen.tres" id="7_xxeen"]
[ext_resource type="PackedScene" uid="uid://cboib6gk2ih2" path="res://entities/star_scaffold/star_scaffold.tscn" id="8_p7ro6"]
[ext_resource type="Resource" uid="uid://criguf1driv4" path="res://entities/resources/base_metal.tres" id="8_qbtun"]
[ext_resource type="Resource" uid="uid://un8y85jvdke1" path="res://entities/resources/precious_metal.tres" id="9_xghfi"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_1y724"]
shader = ExtResource("1_ece8b")
shader_parameter/layers = 4
shader_parameter/posOffset = Vector2(0, 0)
[node name="ROOT" type="Node2D"]
[node name="Background" type="CanvasLayer" parent="."]
layer = -30
[node name="Black" type="ColorRect" parent="Background"]
offset_right = 2200.0
offset_bottom = 2200.0
mouse_filter = 2
color = Color(0, 0, 0, 1)
[node name="Background" type="ColorRect" parent="Background"]
material = SubResource("ShaderMaterial_1y724")
offset_right = 2200.0
offset_bottom = 2200.0
mouse_filter = 2
color = Color(0, 0, 0, 1)
script = ExtResource("2_fgrpl")
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(2, 4)
script = ExtResource("2_gcu2o")
[node name="SolarSystem" type="Node2D" parent="."]
[node name="OrbitLines" parent="SolarSystem" instance=ExtResource("1_s2yhk")]
offset_left = 0.0
offset_top = 0.0
offset_right = 12000.0
offset_bottom = 12000.0
[node name="Star" parent="SolarSystem" instance=ExtResource("1_wmdo0")]
position = Vector2(-2, 0)
scale = Vector2(0.5, 0.5)
[node name="Planets" type="Node2D" parent="SolarSystem"]
[node name="P1" parent="SolarSystem/Planets" instance=ExtResource("6_fk80q")]
position = Vector2(215, 150)
resources_available = [ExtResource("7_xxeen"), ExtResource("8_qbtun"), ExtResource("9_xghfi")]
[node name="P2" parent="SolarSystem/Planets" instance=ExtResource("6_fk80q")]
position = Vector2(258, -34)
[node name="P3" parent="SolarSystem/Planets" instance=ExtResource("6_fk80q")]
position = Vector2(178, -169)
[node name="P4" parent="SolarSystem/Planets" instance=ExtResource("6_fk80q")]
position = Vector2(-89, -191)
[node name="P5" parent="SolarSystem/Planets" instance=ExtResource("6_fk80q")]
position = Vector2(-293, 6)
[node name="P6" parent="SolarSystem/Planets" instance=ExtResource("6_fk80q")]
position = Vector2(-207, 182)
[node name="TempBuildings" type="Node2D" parent="SolarSystem"]
[node name="PlanetCracker" parent="SolarSystem/TempBuildings" instance=ExtResource("7_8ee2p")]
[node name="StarScaffold" parent="SolarSystem/TempBuildings" instance=ExtResource("8_p7ro6")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("2_qfksb")