mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 06:21:17 +00:00
Remapped map transitions
This commit is contained in:
parent
35254935e4
commit
3885af7ecc
7 changed files with 24 additions and 20 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=16 format=4 uid="uid://bf1kqr3o6r6d4"]
|
||||
[gd_scene load_steps=17 format=4 uid="uid://bf1kqr3o6r6d4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_wbqvu"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_3fyis"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_3fyis"]
|
||||
[ext_resource type="Script" uid="uid://mja0rk7n2kln" path="res://Scripts/Resources/MapStartDataResource.cs" id="3_go1yg"]
|
||||
[ext_resource type="TileSet" uid="uid://6k28roiljylj" path="res://Tilesets/factory_tileset.tres" id="4_pfafs"]
|
||||
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="5_ktre5"]
|
||||
|
|
@ -17,7 +18,7 @@
|
|||
[sub_resource type="Resource" id="Resource_6wo78"]
|
||||
script = ExtResource("3_go1yg")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
StartingEquipment = Array[ExtResource("3_3fyis")]([])
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_5xgmc"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue