Initial commit

This commit is contained in:
muskit
2023-07-30 00:22:03 -07:00
commit 8e6966bfcd
39 changed files with 1417 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
[gd_scene load_steps=2 format=3 uid="uid://bqhdw2o5vq7ny"]
[ext_resource type="Script" path="res://Scripts/Scenes/DebugChartLoader.cs" id="1_hjgpd"]
[node name="DebugChartLoader" type="MarginContainer" node_paths=PackedStringArray("inputField", "soundField", "difficultyButton", "playButton")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 32
theme_override_constants/margin_top = 32
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 32
script = ExtResource("1_hjgpd")
inputField = NodePath("VBoxContainer/HBoxContainer/PathLineEdit")
soundField = NodePath("VBoxContainer/HBoxContainer3/SoundLineEdit")
difficultyButton = NodePath("VBoxContainer/HBoxContainer/DifficultyOptionButton")
playButton = NodePath("VBoxContainer/HBoxContainer2/PlayButton")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
theme_override_constants/separation = 8
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
alignment = 1
[node name="PathLineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(0, 35)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 8
size_flags_stretch_ratio = 5.97
text = "AkiraComplex - Ether Strike"
placeholder_text = "Folder path relative to \"user://songs/\""
[node name="DifficultyOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(0, 35)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 8
item_count = 4
selected = 0
popup/item_0/text = "0. Normal"
popup/item_0/id = 0
popup/item_1/text = "1. Hard"
popup/item_1/id = 1
popup/item_2/text = "2. Expert"
popup/item_2/id = 2
popup/item_3/text = "3. Inferno"
popup/item_3/id = 3
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
alignment = 1
[node name="SoundLineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer3"]
layout_mode = 2
size_flags_horizontal = 3
text = "music.wav"
placeholder_text = "Name of audio file in the folder specified above with extension"
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
alignment = 1
[node name="PlayButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
layout_mode = 2
size_flags_vertical = 0
text = "Play"
+13
View File
@@ -0,0 +1,13 @@
[gd_scene format=3 uid="uid://bqh00ot0csqmk"]
[node name="Play" type="Node"]
[node name="Node3D" type="Node3D" parent="."]
[node name="Camera3D" type="Camera3D" parent="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4.09161)
fov = 60.0
near = 0.001
far = 100.0
[node name="Node2D" type="Node2D" parent="."]
+6
View File
@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://bef4fdycrfvls"]
[ext_resource type="Script" path="res://Scripts/Scenes/Startup.cs" id="1_yd1au"]
[node name="Control" type="Node"]
script = ExtResource("1_yd1au")