blob: 8efd082bee46e6a23e23214f1fbc583a0693d7b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://game/FPS.gd" type="Script" id=1]
[node name="Interface" type="Control"]
margin_right = 40.0
margin_bottom = 40.0
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 67.0
margin_bottom = 40.0
[node name="FPS" type="Label" parent="VBoxContainer"]
margin_right = 67.0
margin_bottom = 14.0
text = "FPS"
script = ExtResource( 1 )
[node name="Money" type="Label" parent="VBoxContainer"]
margin_top = 18.0
margin_right = 67.0
margin_bottom = 32.0
text = "Money: $0"
|