aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@gmail.com>2020-04-20 23:09:02 +0200
committerRoman Gräf <romangraef@gmail.com>2020-04-20 23:09:02 +0200
commit3f76bce42cdadcaf10e44b85720e6673e9dbacf5 (patch)
treec3eed9510436f0e3f0393be2a0a7b47deefea944
parentc3c0618197295086f052ade7c22e828386a60d5f (diff)
downloadLDJam46-3f76bce42cdadcaf10e44b85720e6673e9dbacf5.tar.gz
LDJam46-3f76bce42cdadcaf10e44b85720e6673e9dbacf5.tar.bz2
LDJam46-3f76bce42cdadcaf10e44b85720e6673e9dbacf5.zip
mehr labels für tutorials
-rw-r--r--main_scene/management.tscn102
-rw-r--r--riot/riot.tscn12
2 files changed, 59 insertions, 55 deletions
diff --git a/main_scene/management.tscn b/main_scene/management.tscn
index 8486c5f..734ad21 100644
--- a/main_scene/management.tscn
+++ b/main_scene/management.tscn
@@ -68,7 +68,54 @@ position = Vector2( -0.0478821, -0.59053 )
scale = Vector2( 0.174159, 0.186657 )
shape = SubResource( 2 )
-[node name="intro" parent="." instance=ExtResource( 10 )]
+[node name="bean_display" type="Sprite" parent="."]
+position = Vector2( 434.88, 119.351 )
+texture = ExtResource( 18 )
+
+[node name="Label" type="Label" parent="bean_display"]
+margin_left = 14.44
+margin_top = -7.22
+margin_right = 54.44
+margin_bottom = 6.78
+custom_colors/font_color = Color( 0, 0, 0, 1 )
+script = ExtResource( 19 )
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="bitcoin_display" type="Sprite" parent="."]
+position = Vector2( 435.005, 178.695 )
+texture = ExtResource( 17 )
+
+[node name="Label" type="Label" parent="bitcoin_display"]
+margin_left = 14.44
+margin_top = -7.22
+margin_right = 54.44
+margin_bottom = 6.78
+custom_colors/font_color = Color( 0, 0, 0, 1 )
+script = ExtResource( 3 )
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="coffee_display" type="Sprite" parent="."]
+position = Vector2( 435.005, 148.01 )
+texture = ExtResource( 21 )
+
+[node name="Label" type="Label" parent="coffee_display"]
+margin_left = 10.83
+margin_top = -5.41499
+margin_right = 50.83
+margin_bottom = 8.58501
+custom_colors/font_color = Color( 0, 0, 0, 1 )
+script = ExtResource( 20 )
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="tutorials" type="CanvasLayer" parent="."]
+
+[node name="intro" parent="tutorials" instance=ExtResource( 10 )]
visible = false
margin_left = 347.916
margin_top = 183.211
@@ -83,7 +130,7 @@ Start by clicking the coffee machine to brew some coffee.
script = ExtResource( 11 )
identifier = "introduction"
-[node name="coffee_beans" parent="." instance=ExtResource( 10 )]
+[node name="coffee_beans" parent="tutorials" instance=ExtResource( 10 )]
visible = false
margin_left = 355.319
margin_top = 99.9334
@@ -96,7 +143,7 @@ You can buy 1000 for just 100 bitcoin"
script = ExtResource( 12 )
identifier = "coffee_beans"
-[node name="devs" parent="." instance=ExtResource( 10 )]
+[node name="devs" parent="tutorials" instance=ExtResource( 10 )]
visible = false
margin_left = 584.068
margin_top = 105.736
@@ -110,7 +157,7 @@ they will revolt."
script = ExtResource( 13 )
identifier = "devs"
-[node name="riot_aftermath" parent="." instance=ExtResource( 10 )]
+[node name="riot_aftermath" parent="tutorials" instance=ExtResource( 10 )]
visible = false
margin_left = 379.131
margin_top = 203.762
@@ -125,7 +172,7 @@ conditions"
script = ExtResource( 14 )
identifier = "riot_aftermath"
-[node name="upgrades2" parent="." instance=ExtResource( 10 )]
+[node name="upgrades2" parent="tutorials" instance=ExtResource( 10 )]
visible = false
margin_left = 450.949
margin_top = 200.422
@@ -137,48 +184,3 @@ that some upgrades may have varying results
regarding your popularity."
script = ExtResource( 15 )
identifier = "upgrades"
-
-[node name="bean_display" type="Sprite" parent="."]
-position = Vector2( 434.88, 119.351 )
-texture = ExtResource( 18 )
-
-[node name="Label" type="Label" parent="bean_display"]
-margin_left = 14.44
-margin_top = -7.22
-margin_right = 54.44
-margin_bottom = 6.78
-custom_colors/font_color = Color( 0, 0, 0, 1 )
-script = ExtResource( 19 )
-__meta__ = {
-"_edit_use_anchors_": false
-}
-
-[node name="bitcoin_display" type="Sprite" parent="."]
-position = Vector2( 435.005, 178.695 )
-texture = ExtResource( 17 )
-
-[node name="Label" type="Label" parent="bitcoin_display"]
-margin_left = 14.44
-margin_top = -7.22
-margin_right = 54.44
-margin_bottom = 6.78
-custom_colors/font_color = Color( 0, 0, 0, 1 )
-script = ExtResource( 3 )
-__meta__ = {
-"_edit_use_anchors_": false
-}
-
-[node name="coffee_display" type="Sprite" parent="."]
-position = Vector2( 435.005, 148.01 )
-texture = ExtResource( 21 )
-
-[node name="Label" type="Label" parent="coffee_display"]
-margin_left = 10.83
-margin_top = -5.41499
-margin_right = 50.83
-margin_bottom = 8.58501
-custom_colors/font_color = Color( 0, 0, 0, 1 )
-script = ExtResource( 20 )
-__meta__ = {
-"_edit_use_anchors_": false
-}
diff --git a/riot/riot.tscn b/riot/riot.tscn
index 46937bf..2833216 100644
--- a/riot/riot.tscn
+++ b/riot/riot.tscn
@@ -27,22 +27,24 @@ texture = ExtResource( 2 )
[node name="midpoint_marker" type="Node2D" parent="manager"]
position = Vector2( -13.5661, -3.01468 )
-[node name="riot" parent="." instance=ExtResource( 5 )]
+[node name="CanvasLayer" type="CanvasLayer" parent="."]
+
+[node name="riot" parent="CanvasLayer" instance=ExtResource( 5 )]
visible = false
margin_left = 379.864
margin_top = 212.334
-margin_right = 462.864
-margin_bottom = 243.334
+margin_right = 707.864
+margin_bottom = 260.334
text = "Your developers are rioting. Because you paid to
little attention to their (coffee) needs they thirst for
blood instead. Run as fast as you can!"
script = ExtResource( 4 )
identifier = "riot"
-[node name="riot_won" parent="." instance=ExtResource( 5 )]
+[node name="riot_won" parent="CanvasLayer" instance=ExtResource( 5 )]
margin_left = 374.02
margin_top = 179.218
-margin_right = 457.02
+margin_right = 599.02
margin_bottom = 210.218
text = "The security arrived and saved you.
For now."