13 lines
494 B
Text
13 lines
494 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cmrp07oi8j8lq"]
|
|
|
|
[ext_resource type="Script" path="res://game/DebugOverlay.gd" id="1"]
|
|
[ext_resource type="FontVariation" uid="uid://bnko71w2gyi3r" path="res://game/ui-theme/font/monospace/medium.tres" id="2_baqou"]
|
|
|
|
[node name="DebugOverlay" type="CanvasLayer"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="DebugLabel" type="Label" parent="."]
|
|
offset_right = 75.0
|
|
offset_bottom = 14.0
|
|
theme_override_fonts/font = ExtResource("2_baqou")
|
|
text = "DebugLabel"
|