diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-20 23:09:02 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-20 23:09:02 +0200 |
commit | 3f76bce42cdadcaf10e44b85720e6673e9dbacf5 (patch) | |
tree | c3eed9510436f0e3f0393be2a0a7b47deefea944 /riot | |
parent | c3c0618197295086f052ade7c22e828386a60d5f (diff) | |
download | LDJam46-3f76bce42cdadcaf10e44b85720e6673e9dbacf5.tar.gz LDJam46-3f76bce42cdadcaf10e44b85720e6673e9dbacf5.tar.bz2 LDJam46-3f76bce42cdadcaf10e44b85720e6673e9dbacf5.zip |
mehr labels für tutorials
Diffstat (limited to 'riot')
-rw-r--r-- | riot/riot.tscn | 12 |
1 files changed, 7 insertions, 5 deletions
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." |