spacevroom

A SkyRoads clone with only one boring "level" written in Godot Engine version 3.
git clone https://kaka.farm/~git/spacevroom
Log | Files | Refs | LICENSE

HUD.tscn (697B)


      1 [gd_scene load_steps=2 format=2]
      2 
      3 [ext_resource path="res://HUD.gd" type="Script" id=1]
      4 
      5 [node name="HUD" type="Control"]
      6 anchor_right = 1.0
      7 anchor_bottom = 1.0
      8 script = ExtResource( 1 )
      9 __meta__ = {
     10 "_edit_use_anchors_": false
     11 }
     12 
     13 [node name="SpeedHBoxContainer" type="HBoxContainer" parent="."]
     14 anchor_top = 1.0
     15 anchor_bottom = 1.0
     16 margin_top = -40.0
     17 margin_right = 75.0
     18 __meta__ = {
     19 "_edit_use_anchors_": false
     20 }
     21 
     22 [node name="Label" type="Label" parent="SpeedHBoxContainer"]
     23 margin_top = 13.0
     24 margin_right = 43.0
     25 margin_bottom = 27.0
     26 text = "Speed:"
     27 
     28 [node name="SpeedLabel" type="Label" parent="SpeedHBoxContainer"]
     29 margin_left = 47.0
     30 margin_top = 13.0
     31 margin_right = 47.0
     32 margin_bottom = 27.0