z-hack/src/Intro.tscn

45 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=3 format=2]
2022-04-29 18:08:24 +00:00
[ext_resource path="res://Label.gd" type="Script" id=1]
[ext_resource path="res://Intro.gd" type="Script" id=2]
2022-04-29 18:08:24 +00:00
[node name="CanvasLayer" type="Node2D"]
scale = Vector2( 6.25854, 7.12237 )
script = ExtResource( 2 )
2022-04-29 18:08:24 +00:00
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Node2D" type="Node2D" parent="CanvasLayer"]
[node name="Label" type="Label" parent="CanvasLayer/Node2D"]
margin_left = 20.0
margin_top = 6.0
2022-04-29 18:08:24 +00:00
margin_right = 280.0
margin_bottom = 258.0
2022-04-29 18:08:24 +00:00
rect_scale = Vector2( 2, 2 )
text = "Welcome to Z-hack
You are a brave adventurer looking to retrieve lost relics. You heard the relics may be found in an old dungeon where all the population got turned into zombies aeons ago.
2022-04-29 18:08:24 +00:00
Death is only one bite away.
Controls:
- wasd/arrows/controller to move
- click/ijkl/controller buttons to swing your sword in a direction
2022-04-29 18:08:24 +00:00
Extra: type cheat to cheat"
autowrap = true
script = ExtResource( 1 )
[node name="Button" type="Button" parent="CanvasLayer/Node2D"]
margin_left = 117.0
margin_top = 526.0
2022-04-29 18:08:24 +00:00
margin_right = 246.0
margin_bottom = 546.0
2022-04-29 18:08:24 +00:00
rect_scale = Vector2( 3, 3 )
text = "Enter the dungeon"
[node name="CanvasModulate" type="CanvasModulate" parent="CanvasLayer"]
scale = Vector2( 6.25854, 7.12237 )
[connection signal="pressed" from="CanvasLayer/Node2D/Button" to="CanvasLayer/Node2D/Label" method="_on_Button_pressed"]