mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 02:25:54 +00:00
Mapping and fixes
This commit is contained in:
parent
c051b809ee
commit
1e9ae23191
4 changed files with 7 additions and 7 deletions
|
|
@ -361,9 +361,10 @@ metadata/_edit_lock_ = true
|
|||
position = Vector2(311, 304)
|
||||
|
||||
[node name="DebugTeleporter" parent="Tilemaps/Actors" node_paths=PackedStringArray("Target") instance=ExtResource("6_e12id")]
|
||||
position = Vector2(323.708, 324.168)
|
||||
position = Vector2(328, 329)
|
||||
IsEnabled = true
|
||||
Target = NodePath("../DebugTeleporterDestination")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Label" type="Label" parent="Tilemaps/Actors/DebugTeleporter"]
|
||||
offset_left = -7.70801
|
||||
|
|
@ -568,7 +569,7 @@ position = Vector2(-324, 696)
|
|||
position = Vector2(-297, 904)
|
||||
|
||||
[node name="HeartExtendPickup" parent="Tilemaps/Actors" instance=ExtResource("38_sb7g3")]
|
||||
position = Vector2(306, 326)
|
||||
position = Vector2(-223, 399)
|
||||
|
||||
[node name="Elevator2" parent="Tilemaps/Actors" instance=ExtResource("23_577wb")]
|
||||
position = Vector2(-528, 912)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
[gd_scene load_steps=33 format=4 uid="uid://bx31ou6tw3kd1"]
|
||||
[gd_scene load_steps=32 format=4 uid="uid://bx31ou6tw3kd1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_6sq7s"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_cicvv"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_8anae"]
|
||||
[ext_resource type="Script" uid="uid://mja0rk7n2kln" path="res://Scripts/Resources/MapStartDataResource.cs" id="4_tgwif"]
|
||||
[ext_resource type="TileSet" uid="uid://6k28roiljylj" path="res://Tilesets/factory_tileset.tres" id="5_vmlpc"]
|
||||
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="6_sv42c"]
|
||||
|
|
@ -31,7 +30,7 @@
|
|||
[sub_resource type="Resource" id="Resource_53p3c"]
|
||||
script = ExtResource("4_tgwif")
|
||||
EggIndex = 0
|
||||
StartingEquipment = Array[ExtResource("3_8anae")]([null])
|
||||
StartingEquipment = [null]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2ugqu"]
|
||||
script = ExtResource("11_esmuk")
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -23,7 +23,7 @@ public partial class LevelTeleporter : Teleporter
|
|||
_particles.Emitting = true;
|
||||
|
||||
//await player.Teleport();
|
||||
player.SetState(PlayerState.UnTeleporting);
|
||||
player.SetState(PlayerState.Teleporting);
|
||||
await Task.Delay((int)(0.6f * 1000));
|
||||
|
||||
await Task.Delay((int)(TeleportAnimationLength * 1000));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue