-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
80 lines (64 loc) · 3.16 KB
/
main.tscn
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
[gd_scene load_steps=19 format=3 uid="uid://cdaf4bh0jaa45"]
[ext_resource type="Script" path="res://scripts/PlayerLocal.cs" id="1_3h84q"]
[ext_resource type="Script" path="res://scripts/Planet.cs" id="1_rrxte"]
[ext_resource type="Script" path="res://scripts/Player.cs" id="1_tr3cj"]
[ext_resource type="Script" path="res://scripts/PlayerAI.cs" id="1_u42tr"]
[ext_resource type="Texture2D" uid="uid://bydmcc5d53ldx" path="res://icons/paw_print.svg" id="3_mxakn"]
[ext_resource type="Script" path="res://scripts/GameLogic.cs" id="3_q0fqo"]
[ext_resource type="Texture2D" uid="uid://1xh0qil16bkh" path="res://icons/character.svg" id="3_qxmev"]
[ext_resource type="Texture2D" uid="uid://dx1wjviioa8u5" path="res://icons/chip.svg" id="4_pgo63"]
[ext_resource type="PackedScene" uid="uid://dtlatmtuggp6x" path="res://scenes/backgrounds/nebula.tscn" id="7_sv4lv"]
[ext_resource type="PackedScene" uid="uid://b0ec8jbenscpp" path="res://scenes/backgrounds/stars.tscn" id="9_lum1l"]
[ext_resource type="Script" path="res://scripts/ui/PlanetsUI.cs" id="11_u25me"]
[sub_resource type="Resource" id="Resource_mxp7y"]
script = ExtResource("1_tr3cj")
Color = Color(0.745, 0.745, 0.745, 1)
Icon = ExtResource("3_mxakn")
[sub_resource type="Resource" id="Resource_1dtpf"]
script = ExtResource("1_3h84q")
Color = Color(0.236993, 0.373968, 1, 1)
Icon = ExtResource("3_qxmev")
[sub_resource type="Resource" id="Resource_7wtc7"]
script = ExtResource("1_u42tr")
Color = Color(0.835294, 0.160784, 0, 1)
Icon = ExtResource("4_pgo63")
[sub_resource type="Resource" id="Resource_1nuc3"]
script = ExtResource("1_rrxte")
Location = Vector2(200, 200)
Type = 0
[sub_resource type="Resource" id="Resource_qh3gq"]
script = ExtResource("1_rrxte")
Location = Vector2(952, 448)
Type = 0
[sub_resource type="Resource" id="Resource_u1yeo"]
script = ExtResource("1_rrxte")
Location = Vector2(450, 234)
Type = 0
[sub_resource type="Resource" id="Resource_c2fhs"]
script = ExtResource("1_rrxte")
Location = Vector2(702, 414)
Type = 0
[node name="Main" type="Node"]
[node name="GameLogic" type="Node" parent="." node_paths=PackedStringArray("PlanetsContainer", "TrailsContainer", "FleetsContainer", "PlanetsUI")]
script = ExtResource("3_q0fqo")
PlanetsContainer = NodePath("../Planets")
TrailsContainer = NodePath("../Trails")
FleetsContainer = NodePath("../Fleets")
PlanetsUI = NodePath("../PlanetsUI")
Players = Array[ExtResource("1_tr3cj")]([SubResource("Resource_mxp7y"), SubResource("Resource_1dtpf"), SubResource("Resource_7wtc7")])
Planets = Array[Object]([SubResource("Resource_1nuc3"), SubResource("Resource_qh3gq"), SubResource("Resource_u1yeo"), SubResource("Resource_c2fhs")])
[node name="Stars" parent="." instance=ExtResource("9_lum1l")]
[node name="Nebula" parent="." instance=ExtResource("7_sv4lv")]
[node name="Planets" type="Node2D" parent="."]
[node name="Trails" type="Node2D" parent="."]
[node name="Fleets" type="Node2D" parent="."]
[node name="PlanetsUI" type="Control" parent="." node_paths=PackedStringArray("TrailsContainer")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource("11_u25me")
TrailsContainer = NodePath("../Trails")