diff options
author | juneflow <63904206+juneflow@users.noreply.github.com> | 2020-04-20 21:29:25 +0200 |
---|---|---|
committer | juneflow <63904206+juneflow@users.noreply.github.com> | 2020-04-20 21:29:25 +0200 |
commit | 5ced658bf540d89b1ab3b3b5a832a83f1ea2c84b (patch) | |
tree | 03a01fad894a0c688bd3f3fb335a67580daedc4c /buildings | |
parent | 8e7a0f087282b42a3571f3d35b4ad615df153ec8 (diff) | |
parent | 4ee37d0af87705933357a6577d971feaa78b7b43 (diff) | |
download | LDJam46-5ced658bf540d89b1ab3b3b5a832a83f1ea2c84b.tar.gz LDJam46-5ced658bf540d89b1ab3b3b5a832a83f1ea2c84b.tar.bz2 LDJam46-5ced658bf540d89b1ab3b3b5a832a83f1ea2c84b.zip |
Merge branch 'master' of https://github.com/romangraef/LDJam46
Diffstat (limited to 'buildings')
-rw-r--r-- | buildings/buildings.tscn | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/buildings/buildings.tscn b/buildings/buildings.tscn index 574dedb..990183c 100644 --- a/buildings/buildings.tscn +++ b/buildings/buildings.tscn @@ -32,10 +32,20 @@ script = ExtResource( 4 ) shape = SubResource( 1 ) [node name="Label" type="Label" parent="dev"] -margin_left = 22.0 -margin_top = 94.0 -margin_right = 76.0 -margin_bottom = 119.0 +margin_left = -5.01797 +margin_top = 42.6658 +margin_right = 48.982 +margin_bottom = 67.6658 +custom_colors/font_color = Color( 0.988235, 0.980392, 0.980392, 1 ) +custom_colors/font_outline_modulate = Color( 0, 0, 0, 1 ) +text = "abcdef" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Cost" type="Label" parent="dev"] +margin_right = 40.0 +margin_bottom = 14.0 __meta__ = { "_edit_use_anchors_": false } @@ -66,6 +76,15 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="Cost" type="Label" parent="intern"] +margin_left = -109.958 +margin_top = 65.1604 +margin_right = -69.9582 +margin_bottom = 79.1604 +__meta__ = { +"_edit_use_anchors_": false +} + [node name="glasses" type="Sprite" parent="."] position = Vector2( 175.565, 41.7443 ) texture = ExtResource( 6 ) |