mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 22:03:48 +00:00
Random rooms
This commit is contained in:
parent
75ee779c37
commit
59f98ebf0e
13 changed files with 121 additions and 29 deletions
|
|
@ -1,9 +1,8 @@
|
|||
[gd_scene load_steps=14 format=4 uid="uid://8ppagfume46d"]
|
||||
[gd_scene load_steps=12 format=4 uid="uid://8ppagfume46d"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://doxmbokehw8ci" path="res://Scripts/GameManager.cs" id="1_hx5ph"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4pr2707hbeph" path="res://Scenes/Actors/fsm_player.tscn" id="2_r7f28"]
|
||||
[ext_resource type="Resource" uid="uid://b6per1p85bqpn" path="res://Resources/Maps/Level4.tres" id="2_wvpxs"]
|
||||
[ext_resource type="Script" uid="uid://mja0rk7n2kln" path="res://Scripts/Resources/MapStartDataResource.cs" id="4_4wg3n"]
|
||||
[ext_resource type="TileSet" uid="uid://6k28roiljylj" path="res://Tilesets/factory_tileset.tres" id="5_e10oj"]
|
||||
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="6_4t7ma"]
|
||||
[ext_resource type="Script" uid="uid://cfya7sndh7vy2" path="res://Scenes/CameraController.gd" id="9_0x0w0"]
|
||||
|
|
@ -13,11 +12,6 @@
|
|||
[ext_resource type="Script" uid="uid://cnkipcolyj61w" path="res://Scripts/AlarmManager.cs" id="13_lxaeu"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3tyacxxw88lx" path="res://Scenes/Utils/StreamPlayerWithName.tscn" id="14_x7uby"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_6wo78"]
|
||||
script = ExtResource("4_4wg3n")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
|
||||
[node name="GameScene" type="Node2D"]
|
||||
process_mode = 3
|
||||
script = ExtResource("1_hx5ph")
|
||||
|
|
@ -26,7 +20,6 @@ PlayerTemplate = ExtResource("2_r7f28")
|
|||
SpawnMarkers = Dictionary[int, NodePath]({
|
||||
0: NodePath("PlayerStartPosition")
|
||||
})
|
||||
MapStartData = SubResource("Resource_6wo78")
|
||||
|
||||
[node name="Parallax2D" type="Parallax2D" parent="."]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue