mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 11:35:54 +00:00
Split briefing
This commit is contained in:
parent
b40f32bf5e
commit
2214db888f
7 changed files with 84 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=51 format=4 uid="uid://bpnahwxmjgb6t"]
|
||||
[gd_scene load_steps=50 format=4 uid="uid://bpnahwxmjgb6t"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_qxyfr"]
|
||||
[ext_resource type="Resource" uid="uid://b4u3cs6ietmow" path="res://Resources/Maps/Tutorial.tres" id="2_0xhda"]
|
||||
|
|
@ -30,7 +30,6 @@
|
|||
[ext_resource type="FontFile" uid="uid://cc3bdt3rt8a1o" path="res://fonts/Silver.ttf" id="25_covcf"]
|
||||
[ext_resource type="PackedScene" uid="uid://dx1urm7nttkqk" path="res://Scenes/Actors/level_teleporter.tscn" id="25_mfnhx"]
|
||||
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="26_r1dm5"]
|
||||
[ext_resource type="Resource" uid="uid://xtg062tcon1j" path="res://Resources/Maps/Level1.tres" id="28_xlcit"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnhgvn2salyxl" path="res://Scenes/Items/Icicle_Repeater.tscn" id="32_covcf"]
|
||||
[ext_resource type="PackedScene" uid="uid://cmr6fclttrpkb" path="res://Scenes/Items/Ammo1.tscn" id="33_0xhda"]
|
||||
[ext_resource type="Script" uid="uid://upq0b4sx7nhw" path="res://Scripts/Misc/CameraTarget.cs" id="33_xlcit"]
|
||||
|
|
@ -333,8 +332,7 @@ vertical_alignment = 1
|
|||
|
||||
[node name="LevelTeleporter" parent="Parallax2D/Tilemaps" instance=ExtResource("25_mfnhx")]
|
||||
position = Vector2(999, -40)
|
||||
LevelPath = "res://Scenes/test.tscn"
|
||||
Map = ExtResource("28_xlcit")
|
||||
LevelPath = "uid://dnd018k84qkuf"
|
||||
IsEnabled = true
|
||||
|
||||
[node name="Label" type="Label" parent="Parallax2D/Tilemaps"]
|
||||
|
|
@ -351,8 +349,7 @@ horizontal_alignment = 1
|
|||
|
||||
[node name="LevelTeleporter2" parent="Parallax2D/Tilemaps" instance=ExtResource("25_mfnhx")]
|
||||
position = Vector2(135, 423)
|
||||
LevelPath = "res://Scenes/test.tscn"
|
||||
Map = ExtResource("28_xlcit")
|
||||
LevelPath = "uid://dnd018k84qkuf"
|
||||
IsEnabled = true
|
||||
|
||||
[node name="IcicleRepeater" parent="Parallax2D/Tilemaps" instance=ExtResource("32_covcf")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue