mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
19 lines
500 B
Plaintext
19 lines
500 B
Plaintext
[gd_resource type="Building" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://modules/planets/test_planet/dungeons/vman_dungeon.gd" type="Script" id=1]
|
|
[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.tscn" type="PackedScene" id=2]
|
|
|
|
[resource]
|
|
posy = -45
|
|
sizex = 40
|
|
sizey = 3
|
|
sizez = 40
|
|
script = ExtResource( 1 )
|
|
level_room_count = 9
|
|
min_room_dimension = 5
|
|
max_room_dimension = 8
|
|
enemy_count = 14
|
|
fill_tile = 1
|
|
spawn_mobs = false
|
|
dung_entrance_scene = ExtResource( 2 )
|