15 lines
494 B
Text
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"
|