[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"