28 lines
799 B
Text
28 lines
799 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[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]
|
|
|
|
[node name="Bottomhud" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_pivot_offset = Vector2( -290, -425 )
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="fps" type="Label" parent="CanvasLayer"]
|
|
margin_left = 5.0
|
|
margin_top = 697.0
|
|
margin_right = 45.0
|
|
margin_bottom = 725.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Version" type="Label" parent="CanvasLayer"]
|
|
margin_left = 1143.0
|
|
margin_top = 691.0
|
|
margin_right = 1223.0
|
|
margin_bottom = 719.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
script = ExtResource( 1 )
|