diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-14 00:06:52 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-14 00:06:52 +0100 |
commit | 90af765b430e3a75daa9b2b4d0343ae58ad5c33d (patch) | |
tree | 024e803ce9b7476ed310fc156b54eb5ebced3c4f /scenes/gui/gui_turret_values.tscn | |
parent | 7cb4290601010459b09376396c7833ec391c25bf (diff) |
secret work
Diffstat (limited to 'scenes/gui/gui_turret_values.tscn')
-rw-r--r-- | scenes/gui/gui_turret_values.tscn | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/scenes/gui/gui_turret_values.tscn b/scenes/gui/gui_turret_values.tscn new file mode 100644 index 0000000..7be6fc4 --- /dev/null +++ b/scenes/gui/gui_turret_values.tscn @@ -0,0 +1,101 @@ +[gd_scene format=2] + +[node name="hbox_values" type="VBoxContainer"] +margin_left = 153.0 +margin_right = 183.0 +margin_bottom = 225.0 +rect_min_size = Vector2( 30, 0 ) +custom_constants/separation = 0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="damage" type="Label" parent="."] +margin_top = -1.0 +margin_right = 30.0 +margin_bottom = 23.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="range" type="Label" parent="."] +margin_top = 23.0 +margin_right = 30.0 +margin_bottom = 47.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="turn speed" type="Label" parent="."] +margin_top = 47.0 +margin_right = 30.0 +margin_bottom = 71.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="cooldown" type="Label" parent="."] +margin_top = 71.0 +margin_right = 30.0 +margin_bottom = 95.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="projectile" type="Label" parent="."] +margin_top = 95.0 +margin_right = 30.0 +margin_bottom = 119.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="spread" type="Label" parent="."] +margin_top = 119.0 +margin_right = 30.0 +margin_bottom = 143.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="projectile speed" type="Label" parent="."] +margin_top = 143.0 +margin_right = 30.0 +margin_bottom = 167.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="projectiles per shot" type="Label" parent="."] +margin_top = 167.0 +margin_right = 30.0 +margin_bottom = 191.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="modules" type="Label" parent="."] +margin_top = 191.0 +margin_right = 30.0 +margin_bottom = 215.4 +text = "0" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} |