[gd_scene load_steps=5 format=2] [ext_resource path="res://font/8bit.tres" type="DynamicFont" id=1] [ext_resource path="res://hud.gd" type="Script" id=2] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0, 0.882353, 1, 1 ) anti_aliasing = false [sub_resource type="StyleBoxFlat" id=2] bg_color = Color( 1, 0, 0, 1 ) anti_aliasing = false [node name="player1" type="VBoxContainer"] margin_right = 97.0 margin_bottom = 60.0 script = ExtResource( 2 ) [node name="username" type="Label" parent="."] margin_right = 97.0 margin_bottom = 12.0 custom_fonts/font = ExtResource( 1 ) text = "Player 1" __meta__ = { "_edit_use_anchors_": false } [node name="xp" type="Label" parent="."] margin_top = 16.0 margin_right = 97.0 margin_bottom = 28.0 custom_fonts/font = ExtResource( 1 ) text = "0" __meta__ = { "_edit_use_anchors_": false } [node name="xp" type="ProgressBar" parent="xp"] show_behind_parent = true anchor_right = 1.0 anchor_bottom = 1.0 custom_fonts/font = ExtResource( 1 ) custom_styles/fg = SubResource( 1 ) percent_visible = false __meta__ = { "_edit_use_anchors_": false } [node name="hp" type="Label" parent="."] margin_top = 32.0 margin_right = 97.0 margin_bottom = 44.0 custom_fonts/font = ExtResource( 1 ) text = "100" __meta__ = { "_edit_use_anchors_": false } [node name="health" type="ProgressBar" parent="hp"] show_behind_parent = true anchor_right = 1.0 anchor_bottom = 1.0 custom_fonts/font = ExtResource( 1 ) custom_styles/fg = SubResource( 2 ) step = 1.0 value = 100.0 percent_visible = false [node name="enemieskilled" type="Label" parent="."] margin_top = 48.0 margin_right = 97.0 margin_bottom = 60.0 custom_fonts/font = ExtResource( 1 ) text = "enemies killed: 0" __meta__ = { "_edit_use_anchors_": false } [node name="lv" type="Label" parent="."] margin_top = 64.0 margin_right = 97.0 margin_bottom = 76.0 custom_fonts/font = ExtResource( 1 ) text = "level: 1" __meta__ = { "_edit_use_anchors_": false }