This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld50/game/DebugOverlay.tscn
2022-04-03 01:34:26 +02:00

15 lines
494 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://game/DebugOverlay.gd" type="Script" id=1]
[ext_resource path="res://fonts/mono/small_reg.tres" type="DynamicFont" id=2]
[node name="DebugOverlay" type="CanvasLayer"]
script = ExtResource( 1 )
[node name="DebugLabel" type="Label" parent="."]
margin_right = 75.0
margin_bottom = 14.0
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_constants/shadow_as_outline = 1
custom_fonts/font = ExtResource( 2 )
text = "DebugLabel"