mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 02:23:54 +00:00
Bugfixes
This commit is contained in:
parent
e1e4dfad9d
commit
7c7a92d230
13 changed files with 70 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=92 format=4 uid="uid://6a6tjohypmmb"]
|
||||
[gd_scene load_steps=93 format=4 uid="uid://6a6tjohypmmb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_t2k72"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_2jsgm"]
|
||||
|
|
@ -49,6 +49,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://cqi87wcxymbhx" path="res://Scenes/Props/Shelf.tscn" id="40_sb7g3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dx1urm7nttkqk" path="res://Scenes/Actors/level_teleporter.tscn" id="42_nq7r5"]
|
||||
[ext_resource type="Resource" uid="uid://b0xtpdb4by8mm" path="res://Resources/Maps/Level3.tres" id="43_joghw"]
|
||||
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="44_q1ysg"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6wo78"]
|
||||
script = ExtResource("4_s1vkf")
|
||||
|
|
@ -367,7 +368,7 @@ metadata/_edit_lock_ = true
|
|||
position = Vector2(311, 304)
|
||||
|
||||
[node name="DebugTeleporter" parent="Tilemaps/Actors" node_paths=PackedStringArray("Target") instance=ExtResource("6_e12id")]
|
||||
position = Vector2(328, 329)
|
||||
position = Vector2(1313, 306)
|
||||
IsEnabled = true
|
||||
Target = NodePath("../DebugTeleporterDestination")
|
||||
metadata/_edit_group_ = true
|
||||
|
|
@ -609,6 +610,17 @@ Targets = [NodePath("../Elevator2")]
|
|||
position = Vector2(-636, 333)
|
||||
Map = ExtResource("43_joghw")
|
||||
SaveInventory = true
|
||||
IsEnabled = true
|
||||
|
||||
[node name="Label" type="Label" parent="Tilemaps/Actors"]
|
||||
offset_left = -699.0
|
||||
offset_top = 272.0
|
||||
offset_right = -568.0
|
||||
offset_bottom = 313.0
|
||||
text = "This level is unfinished,
|
||||
you can try a small preview
|
||||
of the next level"
|
||||
label_settings = ExtResource("44_q1ysg")
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
script = ExtResource("7_lxkiw")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue