mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
[gd_resource type="DungeonRoomData" load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scripts/dungeon_start_rooms/start_room.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/props/1_test.tres" type="PropData" id=2]
|
|
|
|
[sub_resource type="WorldGeneratorPropData" id=1]
|
|
prop = ExtResource( 2 )
|
|
|
|
[resource]
|
|
target_script = ExtResource( 1 )
|
|
prop_datas = [ SubResource( 1 ) ]
|