Skip to content

Commit 8d5af58

Browse files
committed
Add visible hints about specials
1 parent 7f4a057 commit 8d5af58

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

main.tscn

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_scene load_steps=14 format=4 uid="uid://dhcpt1kt8cs0g"]
1+
[gd_scene load_steps=16 format=4 uid="uid://dhcpt1kt8cs0g"]
22

33
[ext_resource type="PackedScene" uid="uid://8st4scqt06l8" path="res://components/player/player.tscn" id="2_7yl00"]
44
[ext_resource type="PackedScene" uid="uid://jnrusvm3gric" path="res://spaces/background.tscn" id="2_tb5a2"]
@@ -14,6 +14,12 @@
1414
[ext_resource type="PackedScene" uid="uid://beuisy5yrw0bq" path="res://components/flag/flag.tscn" id="12_dkbog"]
1515
[ext_resource type="Script" uid="uid://boqbxvbja884q" path="res://scripts/multiplayer_camera.gd" id="13_0d2mj"]
1616

17+
[sub_resource type="Theme" id="Theme_ycdy4"]
18+
default_font_size = 48
19+
20+
[sub_resource type="Theme" id="Theme_w48qg"]
21+
default_font_size = 48
22+
1723
[node name="Main" type="Node2D"]
1824

1925
[node name="GameLogic" parent="." instance=ExtResource("3_xbkvd")]
@@ -228,6 +234,45 @@ width = 2
228234
position = Vector2(2560, 331)
229235
width = 2
230236

237+
[node name="SpecialHints" type="Node2D" parent="."]
238+
239+
[node name="GlideHint" type="Label" parent="SpecialHints"]
240+
offset_left = 262.0
241+
offset_top = -1553.0
242+
offset_right = 805.0
243+
offset_bottom = -1486.0
244+
theme = SubResource("Theme_ycdy4")
245+
text = "If only you could glide…"
246+
247+
[node name="PhaseHint" type="Label" parent="SpecialHints"]
248+
offset_left = 4626.0
249+
offset_top = 637.0
250+
offset_right = 5006.0
251+
offset_bottom = 844.0
252+
theme = SubResource("Theme_ycdy4")
253+
text = "If only you could
254+
phase through
255+
this enemy…"
256+
257+
[node name="ShrinkHint" type="Label" parent="SpecialHints"]
258+
offset_left = 4633.0
259+
offset_top = 38.0
260+
offset_right = 5013.0
261+
offset_bottom = 245.0
262+
theme = SubResource("Theme_ycdy4")
263+
text = "If only you could
264+
make yourself
265+
smaller…"
266+
267+
[node name="TeleportHint" type="Label" parent="SpecialHints"]
268+
offset_left = 5255.0
269+
offset_top = 126.0
270+
offset_right = 5764.0
271+
offset_bottom = 305.0
272+
theme = SubResource("Theme_w48qg")
273+
text = "If only you
274+
could teleport…"
275+
231276
[node name="Player" parent="." instance=ExtResource("2_7yl00")]
232277
position = Vector2(512, 576)
233278
collision_layer = 1

0 commit comments

Comments
 (0)