This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/Scenes/Modules/Counters.tscn
2022-06-18 13:05:48 +02:00

33 lines
893 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Theme/Jessist_UI.tres" type="Theme" id=1]
[ext_resource path="res://InterFont.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://Scripts/FPS.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=2]
size = 18
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
use_filter = true
font_data = ExtResource( 2 )
[node name="Counters" type="ColorRect"]
margin_right = 514.0
margin_bottom = 46.0
color = Color( 1, 0, 0, 0.439216 )
script = ExtResource( 3 )
[node name="FPSCounter" type="Label" parent="."]
margin_right = 514.0
margin_bottom = 23.0
theme = ExtResource( 1 )
custom_fonts/font = SubResource( 2 )
text = "FPS: ERROR"
[node name="XYCounter" type="Label" parent="."]
margin_top = 23.0
margin_right = 514.0
margin_bottom = 46.0
theme = ExtResource( 1 )
custom_fonts/font = SubResource( 2 )
text = "POS: ERROR"