midori-school/levels/bottomhud.tscn

29 lines
799 B
Text
Raw Normal View History

2024-11-04 00:29:58 +01:00
[gd_scene load_steps=4 format=2]
2024-01-14 04:00:33 +01:00
2024-11-04 00:29:58 +01:00
[ext_resource path="res://levels/Version.gd" type="Script" id=1]
[ext_resource path="res://fps.gd" type="Script" id=2]
[ext_resource path="res://fonts/about.tres" type="DynamicFont" id=3]
2024-01-14 04:00:33 +01:00
[node name="Bottomhud" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2024-11-04 00:29:58 +01:00
rect_pivot_offset = Vector2( -290, -425 )
2024-01-14 04:00:33 +01:00
2024-03-09 02:50:47 +01:00
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="fps" type="Label" parent="CanvasLayer"]
2024-11-04 00:29:58 +01:00
margin_left = 5.0
margin_top = 697.0
margin_right = 45.0
margin_bottom = 725.0
custom_fonts/font = ExtResource( 3 )
script = ExtResource( 2 )
2024-01-14 04:00:33 +01:00
2024-03-09 02:50:47 +01:00
[node name="Version" type="Label" parent="CanvasLayer"]
2024-11-04 00:29:58 +01:00
margin_left = 1143.0
margin_top = 691.0
margin_right = 1223.0
margin_bottom = 719.0
custom_fonts/font = ExtResource( 3 )
script = ExtResource( 1 )