Basic 3D compass (with LFS)

This commit is contained in:
RedNicStone
2026-04-28 22:07:48 +02:00
parent e2185514af
commit f02e194cde
12 changed files with 221 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://bx8vjd7wodbv"]
[ext_resource type="PackedScene" uid="uid://j2vmxn1p5hej" path="res://scenes/compass.tscn" id="1_5j21v"]
[node name="MainDisplay" type="Control" unique_id=735638234]
layout_mode = 3
anchors_preset = 15
@@ -7,3 +9,19 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="SubViewportContainer" type="SubViewportContainer" parent="." unique_id=1834501597]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
stretch = true
[node name="SubViewport" type="SubViewport" parent="SubViewportContainer" unique_id=697927821]
handle_input_locally = false
size = Vector2i(1152, 648)
render_target_update_mode = 4
[node name="Compass" parent="SubViewportContainer/SubViewport" unique_id=1678590387 instance=ExtResource("1_5j21v")]