2020-07-08 23:25:40 +02:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2019-12-20 14:28:26 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://scenes/MainScene.gd" type="Script" id=1]
|
2022-02-26 01:22:34 +01:00
|
|
|
[ext_resource path="res://scenes/terra_2d_world/Terrain2DWorldBlocky.tscn" type="PackedScene" id=2]
|
2022-02-21 09:21:58 +01:00
|
|
|
[ext_resource path="res://scenes/menu/Menu.tscn" type="PackedScene" id=3]
|
2019-12-20 14:28:26 +01:00
|
|
|
[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]
|
2022-02-27 00:44:05 +01:00
|
|
|
[ext_resource path="res://tools/free_look_camera/FreeLookCam.tscn" type="PackedScene" id=6]
|
2019-12-20 14:28:26 +01:00
|
|
|
|
|
|
|
[node name="Main" type="Node"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
menu_scene = ExtResource( 3 )
|
|
|
|
world_scene = ExtResource( 2 )
|
2020-07-08 23:25:40 +02:00
|
|
|
debug_camera_scene = ExtResource( 6 )
|
2019-12-20 14:28:26 +01:00
|
|
|
loading_screen_path = NodePath("LoadingScreen/PanelContainer")
|
|
|
|
|
|
|
|
[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 )]
|