Update to 4.3 and add custom fonts
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://b4fgp0mhbgkfw"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://b4fgp0mhbgkfw"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/StopController.gd" id="1_5jtep"]
|
||||
[ext_resource type="FontFile" uid="uid://bm75cyco0ymhp" path="res://fonts/Roboto_Mono/static/RobotoMono-Medium.ttf" id="1_e5fk4"]
|
||||
[ext_resource type="Script" path="res://scripts/ChordVolume.gd" id="1_fjurg"]
|
||||
[ext_resource type="Script" path="res://scripts/KeyboardController.gd" id="1_wynm3"]
|
||||
[ext_resource type="Script" path="res://scripts/RhythmController.gd" id="2_3cx1r"]
|
||||
@ -11,6 +12,9 @@
|
||||
[ext_resource type="Script" path="res://scripts/ChordController.gd" id="4_xrjq4"]
|
||||
[ext_resource type="Script" path="res://scripts/NoteController.gd" id="5_x2vij"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_uc44k"]
|
||||
default_font = ExtResource("1_e5fk4")
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@ -37,6 +41,7 @@ offset_right = 262.5
|
||||
offset_bottom = 115.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = SubResource("Theme_uc44k")
|
||||
script = ExtResource("1_wynm3")
|
||||
|
||||
[node name="Sliders" type="GridContainer" parent="App"]
|
||||
|
Reference in New Issue
Block a user