Skip to content

Commit 7800d9e

Browse files
committed
Clean up credits scene and script
1 parent dc7fc64 commit 7800d9e

7 files changed

Lines changed: 21 additions & 345 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ We now have a Steam page!
4747
The repository license **does not** apply to any music or image files in this repository, including but not limited to `.wav`, `.mp3`, `.ogg`, `.png`, `.jpg`, and other media formats. These assets are **not licensed** for use, private or public, without prior written consent from the team.
4848

4949
All source code and documentation files are licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)**.
50-

Scenes/UI/Options/Credits.tscn

Lines changed: 10 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
11
[gd_scene load_steps=4 format=3 uid="uid://dgjmb0wllsj41"]
22

33
[ext_resource type="Script" uid="uid://drt21hext7pm2" path="res://Scenes/UI/Options/Scripts/CreditsMenu.cs" id="1_n36fd"]
4-
[ext_resource type="Texture2D" uid="uid://dbjotl0v1ymia" path="res://SharedAssets/BattleFrame1.png" id="2_72li1"]
4+
[ext_resource type="Theme" uid="uid://d37e3tpsbxwak" path="res://Scenes/UI/Assets/GeneralTheme.tres" id="3_agb8c"]
55
[ext_resource type="PackedScene" uid="uid://dfevfib11kou1" path="res://Scenes/ChartViewport/ChartViewport.tscn" id="3_ch0mg"]
66

7-
[node name="Control" type="Control" node_paths=PackedStringArray("CreditsText", "_returnButton")]
7+
[node name="Credits" type="Control" node_paths=PackedStringArray("CreditsText", "_returnButton")]
88
process_mode = 3
99
layout_mode = 3
10-
anchors_preset = 0
11-
offset_right = 40.0
12-
offset_bottom = 40.0
10+
anchors_preset = 15
11+
anchor_right = 1.0
12+
anchor_bottom = 1.0
13+
grow_horizontal = 2
14+
grow_vertical = 2
1315
script = ExtResource("1_n36fd")
1416
CreditsText = NodePath("Node2D/Label")
1517
ScrollSpeed = 24.0
16-
FadeStartY = -120.0
17-
FadeEndY = -200.0
1818
RestartPositionY = 400.0
1919
_returnButton = NodePath("Return Button")
2020

21-
[node name="BattleFrame" type="TextureRect" parent="."]
22-
visible = false
23-
z_index = 2
24-
layout_mode = 0
25-
offset_left = -2.0
26-
offset_right = 1225.0
27-
offset_bottom = 349.0
28-
texture = ExtResource("2_72li1")
29-
3021
[node name="Node2D2" type="Node2D" parent="."]
3122
position = Vector2(80, -12.26)
3223
scale = Vector2(2.255, 2.01)
@@ -37,172 +28,8 @@ offset_top = 5.0
3728
offset_right = 422.851
3829
offset_bottom = 185.0
3930

40-
[node name="ColorRect" type="ColorRect" parent="."]
41-
visible = false
42-
layout_mode = 0
43-
offset_right = 664.8
44-
offset_bottom = 358.0
45-
color = Color(0.241156, 0.241156, 0.241156, 1)
46-
47-
[node name="CenterContainer" type="CenterContainer" parent="."]
48-
visible = false
49-
layout_mode = 0
50-
offset_right = 40.0
51-
offset_bottom = 40.0
52-
53-
[node name="MarginContainer" type="MarginContainer" parent="CenterContainer"]
54-
visible = false
55-
layout_mode = 2
56-
57-
[node name="ColorRect" type="ColorRect" parent="CenterContainer/MarginContainer"]
58-
visible = false
59-
layout_mode = 2
60-
61-
[node name="MarginContainer" type="MarginContainer" parent="CenterContainer/MarginContainer/ColorRect"]
62-
layout_mode = 0
63-
offset_left = 8.0
64-
offset_top = -1.0
65-
offset_right = 48.0
66-
offset_bottom = 39.0
67-
scale = Vector2(14.6, 7.88)
68-
69-
[node name="ColorRect" type="ColorRect" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer"]
70-
layout_mode = 2
71-
color = Color(0.306923, 0.306923, 0.306923, 1)
72-
73-
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect"]
74-
layout_mode = 0
75-
offset_left = 15.5479
76-
offset_top = 2.28426
77-
offset_right = 70.5479
78-
offset_bottom = 42.2843
79-
scale = Vector2(0.150685, 0.248731)
80-
81-
[node name="Title" type="Label" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect/VBoxContainer"]
82-
layout_mode = 2
83-
text = "Credits"
84-
85-
[node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect"]
86-
layout_mode = 0
87-
offset_left = 2.32877
88-
offset_top = 11.0406
89-
offset_right = 219.329
90-
offset_bottom = 164.041
91-
scale = Vector2(0.0566447, 0.0947541)
92-
93-
[node name="Label" type="Label" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect/HBoxContainer"]
94-
layout_mode = 2
95-
text = "Programmers
96-
Jarod Spanger: Project Lead
97-
Connor Lowe
98-
Raul Mojarro
99-
Thomas Wessel
100-
Michael Quinn"
101-
horizontal_alignment = 1
102-
103-
[node name="HBoxContainer2" type="HBoxContainer" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect"]
104-
layout_mode = 0
105-
offset_left = 17.6027
106-
offset_top = 11.2944
107-
offset_right = 98.6027
108-
offset_bottom = 112.295
109-
scale = Vector2(0.0602738, 0.102849)
110-
111-
[node name="Label" type="Label" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect/HBoxContainer2"]
112-
layout_mode = 2
113-
text = "Artists
114-
Ares Atlas
115-
Evelyn Fu
116-
Emily Wen"
117-
horizontal_alignment = 1
118-
119-
[node name="HBoxContainer3" type="HBoxContainer" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect"]
120-
layout_mode = 0
121-
offset_left = 26.2329
122-
offset_top = 10.533
123-
offset_right = 200.232
124-
offset_bottom = 85.533
125-
scale = Vector2(0.0572012, 0.105926)
126-
127-
[node name="Label" type="Label" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect/HBoxContainer3"]
128-
layout_mode = 2
129-
text = "Sound
130-
Sam Meyer: Composer
131-
"
132-
133-
[node name="HBoxContainer4" type="HBoxContainer" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect"]
134-
layout_mode = 0
135-
offset_left = 14.3836
136-
offset_top = 30.7107
137-
offset_right = 133.384
138-
offset_bottom = 70.7107
139-
scale = Vector2(0.101568, 0.177799)
140-
141-
[node name="Return Button" type="Button" parent="CenterContainer/MarginContainer/ColorRect/MarginContainer/ColorRect/HBoxContainer4"]
142-
layout_mode = 2
143-
text = "Return Button"
144-
flat = true
145-
146-
[node name="MarginContainer2" type="MarginContainer" parent="CenterContainer"]
147-
layout_mode = 2
148-
149-
[node name="VScrollBar" type="VScrollBar" parent="CenterContainer/MarginContainer2"]
150-
layout_mode = 2
151-
152-
[node name="RichTextLabel" type="RichTextLabel" parent="CenterContainer/MarginContainer2/VScrollBar"]
153-
layout_mode = 2
154-
offset_left = 52.0
155-
offset_top = 13.0
156-
offset_right = 92.0
157-
offset_bottom = 53.0
158-
scale = Vector2(12.36, 7.2)
159-
text = "Credits
160-
161-
Programmers
162-
Jarod Spanger: Project Lead
163-
Connor Lowe
164-
Raul Mojarro
165-
Thomas Wessel
166-
Michael Quinn
167-
168-
Artists
169-
Ares Atlas
170-
Evelyn Fu
171-
Emily Wen
172-
173-
Sound
174-
Sam Meyer: Composer"
175-
176-
[node name="ScrollContainer" type="ScrollContainer" parent="CenterContainer/MarginContainer2"]
177-
layout_mode = 2
178-
179-
[node name="ColorRect" type="ColorRect" parent="CenterContainer/MarginContainer2"]
180-
layout_mode = 2
181-
18231
[node name="Node2D" type="Node2D" parent="."]
18332

184-
[node name="RichTextLabel" type="RichTextLabel" parent="Node2D"]
185-
visible = false
186-
offset_right = 637.0
187-
offset_bottom = 356.0
188-
text = "Credits
189-
190-
Programmers
191-
Jarod Spanger: Project Lead
192-
Connor Lowe
193-
Raul Mojarro
194-
Thomas Wessel
195-
Michael Quinn
196-
197-
Artists
198-
Ares Atlas
199-
Evelyn Fu
200-
Emily Wen
201-
202-
Sound
203-
Sam Meyer: Composer"
204-
horizontal_alignment = 1
205-
20633
[node name="Label" type="Label" parent="Node2D"]
20734
offset_left = 217.0
20835
offset_top = -3.0
@@ -229,9 +56,9 @@ horizontal_alignment = 1
22956
[node name="Return Button" type="Button" parent="."]
23057
layout_mode = 2
23158
offset_left = 570.0
232-
offset_top = 321.0
59+
offset_top = 314.0
23360
offset_right = 631.0
234-
offset_bottom = 355.0
61+
offset_bottom = 351.0
62+
theme = ExtResource("3_agb8c")
23563
text = "Return"
236-
flat = true
23764
icon_alignment = 1

Scenes/UI/Options/CreditsOptionTest.tscn

Lines changed: 0 additions & 127 deletions
This file was deleted.

Scenes/UI/Options/CreditsScroller.cs.uid

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)