|
1 | | -[gd_scene load_steps=14 format=4 uid="uid://dhcpt1kt8cs0g"] |
| 1 | +[gd_scene load_steps=16 format=4 uid="uid://dhcpt1kt8cs0g"] |
2 | 2 |
|
3 | 3 | [ext_resource type="PackedScene" uid="uid://8st4scqt06l8" path="res://components/player/player.tscn" id="2_7yl00"] |
4 | 4 | [ext_resource type="PackedScene" uid="uid://jnrusvm3gric" path="res://spaces/background.tscn" id="2_tb5a2"] |
|
14 | 14 | [ext_resource type="PackedScene" uid="uid://beuisy5yrw0bq" path="res://components/flag/flag.tscn" id="12_dkbog"] |
15 | 15 | [ext_resource type="Script" uid="uid://boqbxvbja884q" path="res://scripts/multiplayer_camera.gd" id="13_0d2mj"] |
16 | 16 |
|
| 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 | + |
17 | 23 | [node name="Main" type="Node2D"] |
18 | 24 |
|
19 | 25 | [node name="GameLogic" parent="." instance=ExtResource("3_xbkvd")] |
@@ -228,6 +234,45 @@ width = 2 |
228 | 234 | position = Vector2(2560, 331) |
229 | 235 | width = 2 |
230 | 236 |
|
| 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 | + |
231 | 276 | [node name="Player" parent="." instance=ExtResource("2_7yl00")] |
232 | 277 | position = Vector2(512, 576) |
233 | 278 | collision_layer = 1 |
|
0 commit comments