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 /upgrades/upgrades.tscn | |
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 'upgrades/upgrades.tscn')
-rw-r--r-- | upgrades/upgrades.tscn | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/upgrades/upgrades.tscn b/upgrades/upgrades.tscn index 7eea485..0434aa0 100644 --- a/upgrades/upgrades.tscn +++ b/upgrades/upgrades.tscn @@ -33,10 +33,17 @@ script = ExtResource( 3 ) shape = SubResource( 1 ) [node name="Label" type="Label" parent="wageslavery"] -margin_left = -8.62447 -margin_top = 15.9221 -margin_right = 31.3755 -margin_bottom = 29.9221 +margin_left = -1.25805 +margin_top = -22.1378 +margin_right = 38.7419 +margin_bottom = -8.13778 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Cost" type="Label" parent="wageslavery"] +margin_right = 40.0 +margin_bottom = 14.0 __meta__ = { "_edit_use_anchors_": false } @@ -59,6 +66,15 @@ position = Vector2( 0.82769, 0.430544 ) shape = SubResource( 2 ) [node name="Label" type="Label" parent="sunglasses"] +margin_left = -0.592613 +margin_top = -16.6465 +margin_right = 39.4074 +margin_bottom = -2.64654 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Cost" type="Label" parent="sunglasses"] margin_right = 40.0 margin_bottom = 14.0 __meta__ = { @@ -82,10 +98,17 @@ script = ExtResource( 3 ) shape = SubResource( 3 ) [node name="Label" type="Label" parent="contract"] -margin_left = -8.34222 -margin_top = 1.0 -margin_right = 12.6578 -margin_bottom = 15.0 +margin_left = 2.97597 +margin_top = -15.3181 +margin_right = 23.976 +margin_bottom = -1.31815 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Cost" type="Label" parent="contract"] +margin_right = 40.0 +margin_bottom = 14.0 __meta__ = { "_edit_use_anchors_": false } |