fix font weirdness and other patches
This commit is contained in:
parent
0f6c3bb1a3
commit
cb69ef032e
18 changed files with 120 additions and 22 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=19 format=3 uid="uid://qvo7vlvac8o5"]
|
||||
[gd_scene load_steps=20 format=3 uid="uid://qvo7vlvac8o5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://8vyuhyx0xogt" path="res://Scripts/freecam.gd" id="1_ru8gb"]
|
||||
[ext_resource type="Script" uid="uid://c5kxam0k3beml" path="res://Scripts/GL_Speaker.gd" id="2_lubev"]
|
||||
[ext_resource type="PackedScene" uid="uid://c57u187iciexi" path="res://Scenes/UI/Node Map.tscn" id="3_u0wf5"]
|
||||
[ext_resource type="PackedScene" uid="uid://dwdcfwbmoo36b" path="res://Models/Props/stage_base.glb" id="4_ol4ys"]
|
||||
[ext_resource type="PackedScene" uid="uid://dlf6gkpsv5g05" path="res://Models/Props/keyboard.glb" id="5_ti4ja"]
|
||||
|
@ -31,6 +32,11 @@ ambient_light_energy = 0.01
|
|||
transform = Transform3D(0.999998, 0.00163928, -0.000874435, -0.00163943, 0.999999, -0.000166063, 0.000874161, 0.000167496, 1, 0.01889, 3.26498, 9.74284)
|
||||
script = ExtResource("1_ru8gb")
|
||||
|
||||
[node name="Direct Output" type="Node" parent="Camera3D" groups=["DIRECT_OUTPUT"]]
|
||||
script = ExtResource("2_lubev")
|
||||
|
||||
[node name="Speaker" type="AudioStreamPlayer" parent="Camera3D/Direct Output"]
|
||||
|
||||
[node name="NodeMap" parent="." instance=ExtResource("3_u0wf5")]
|
||||
|
||||
[node name="Props" type="Node" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue