mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-14 10:57:19 +01:00
103 lines
1.8 KiB
Plaintext
103 lines
1.8 KiB
Plaintext
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://scenes/MainScene.gd" type="Script" id=1]
|
|
[ext_resource path="res://scenes/World.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://scenes/Menu.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=4]
|
|
[ext_resource path="res://ui/debug/DebugInfo.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://tools/free_look_cam/FreeLookCam.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://tilesets/dc_32x32/player.tscn" type="PackedScene" id=15]
|
|
[ext_resource path="res://tilesets/denzi_32x32_orthogonal/player.tscn" type="PackedScene" id=16]
|
|
[ext_resource path="res://tilesets/denzi_public_domain/player.tscn" type="PackedScene" id=17]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource( 1 )
|
|
menu_scene = ExtResource( 3 )
|
|
world_scene = ExtResource( 2 )
|
|
debug_camera_scene = ExtResource( 6 )
|
|
loading_screen_path = NodePath("LoadingScreen/PanelContainer")
|
|
world_scale = Vector2( 0.8, 0.8 )
|
|
bodies = [ ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ) ]
|
|
tile_size = 32
|
|
|
|
[node name="LoadingScreen" type="CanvasLayer" parent="."]
|
|
layer = 100
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="LoadingScreen"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 4 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="LoadingScreen/PanelContainer"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 1020.0
|
|
margin_bottom = 596.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken Seals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[wave]LOADING[/wave]
|
|
[/center]"
|
|
text = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken Seals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LOADING
|
|
"
|
|
|
|
[node name="DebugInfo" parent="." instance=ExtResource( 5 )]
|