Upgrade to Godot 4.6.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[gd_resource type="Resource" script_class="Tempo" load_steps=2 format=3 uid="uid://b34uhnkvwfyc1"]
|
[gd_resource type="Resource" script_class="Tempo" format=3 uid="uid://b34uhnkvwfyc1"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://c3vwmf1f1woo3" path="res://resource_type/tempo.gd" id="1_yhdoo"]
|
[ext_resource type="Script" uid="uid://c3vwmf1f1woo3" path="res://resource_type/tempo.gd" id="1_yhdoo"]
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ config_version=5
|
|||||||
|
|
||||||
config/name="SolarBeat"
|
config/name="SolarBeat"
|
||||||
run/main_scene="uid://dwro2d0482v0p"
|
run/main_scene="uid://dwro2d0482v0p"
|
||||||
config/features=PackedStringArray("4.5", "GL Compatibility")
|
config/features=PackedStringArray("4.6", "GL Compatibility")
|
||||||
config/icon="res://image/godot_icon.svg"
|
config/icon="res://image/godot_icon.svg"
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=2 format=3 uid="uid://ch06ds4gr82nl"]
|
[gd_scene format=3 uid="uid://ch06ds4gr82nl"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://u42y08gn6bi7" path="res://rhythm_game/lane/lane.gd" id="1_p48sd"]
|
[ext_resource type="Script" uid="uid://u42y08gn6bi7" path="res://rhythm_game/lane/lane.gd" id="1_p48sd"]
|
||||||
|
|
||||||
[node name="Lane" type="Node2D"]
|
[node name="Lane" type="Node2D" unique_id=471745257]
|
||||||
script = ExtResource("1_p48sd")
|
script = ExtResource("1_p48sd")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[gd_scene load_steps=11 format=3 uid="uid://dwro2d0482v0p"]
|
[gd_scene format=3 uid="uid://dwro2d0482v0p"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://102cl75cfpgw" path="res://rhythm_game/music_sync/event_layout.gd" id="1_jnfl3"]
|
[ext_resource type="Script" uid="uid://102cl75cfpgw" path="res://rhythm_game/music_sync/event_layout.gd" id="1_jnfl3"]
|
||||||
[ext_resource type="Script" uid="uid://s16dt0bu0jrg" path="res://rhythm_game/music_sync/conductor.gd" id="2_62aw1"]
|
[ext_resource type="Script" uid="uid://s16dt0bu0jrg" path="res://rhythm_game/music_sync/conductor.gd" id="2_62aw1"]
|
||||||
@@ -17,25 +17,25 @@ offset = -0.17
|
|||||||
tempo = ExtResource("5_10cpq")
|
tempo = ExtResource("5_10cpq")
|
||||||
metadata/_custom_type_script = "uid://rg6orh6kutai"
|
metadata/_custom_type_script = "uid://rg6orh6kutai"
|
||||||
|
|
||||||
[node name="RhythmGame" type="Node2D"]
|
[node name="RhythmGame" type="Node2D" unique_id=1479619523]
|
||||||
script = ExtResource("1_jnfl3")
|
script = ExtResource("1_jnfl3")
|
||||||
|
|
||||||
[node name="Conductor" type="Node" parent="."]
|
[node name="Conductor" type="Node" parent="." unique_id=1726392948]
|
||||||
script = ExtResource("2_62aw1")
|
script = ExtResource("2_62aw1")
|
||||||
autostart = true
|
autostart = true
|
||||||
music = SubResource("Resource_10cpq")
|
music = SubResource("Resource_10cpq")
|
||||||
metadata/_custom_type_script = "uid://s16dt0bu0jrg"
|
metadata/_custom_type_script = "uid://s16dt0bu0jrg"
|
||||||
|
|
||||||
[node name="Metronome" type="AudioStreamPlayer" parent="."]
|
[node name="Metronome" type="AudioStreamPlayer" parent="." unique_id=2076972617]
|
||||||
stream = ExtResource("6_ecbku")
|
stream = ExtResource("6_ecbku")
|
||||||
script = ExtResource("7_nsyv8")
|
script = ExtResource("7_nsyv8")
|
||||||
metadata/_custom_type_script = "uid://bbpyym0kgujev"
|
metadata/_custom_type_script = "uid://bbpyym0kgujev"
|
||||||
|
|
||||||
[node name="AllChartNotes" type="Node" parent="."]
|
[node name="AllChartNotes" type="Node" parent="." unique_id=2044386757]
|
||||||
script = ExtResource("9_10cpq")
|
script = ExtResource("9_10cpq")
|
||||||
metadata/_custom_type_script = "uid://8isyo4pxyj1r"
|
metadata/_custom_type_script = "uid://8isyo4pxyj1r"
|
||||||
|
|
||||||
[node name="VisibleNotes" type="Node" parent="." node_paths=PackedStringArray("notes")]
|
[node name="VisibleNotes" type="Node" parent="." unique_id=149671562 node_paths=PackedStringArray("notes")]
|
||||||
script = ExtResource("9_74aio")
|
script = ExtResource("9_74aio")
|
||||||
notes = NodePath("../AllChartNotes")
|
notes = NodePath("../AllChartNotes")
|
||||||
metadata/_custom_type_script = "uid://c7h7ue6kjgoha"
|
metadata/_custom_type_script = "uid://c7h7ue6kjgoha"
|
||||||
|
|||||||
Reference in New Issue
Block a user