dungeon-crawler-framework/main_scene.tscn
2023-03-20 19:59:53 +03:00

144 lines
4.5 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[gd_scene load_steps=9 format=3 uid="uid://i801l1q51ty"]
[ext_resource type="Script" path="res://scripts/GameController.gd" id="1_1it4g"]
[ext_resource type="MeshLibrary" uid="uid://1fphqppfq2sf" path="res://tileset.tres" id="2_6yanm"]
[ext_resource type="Texture2D" uid="uid://co0jbthyi0g22" path="res://textures/grayons.jpg" id="3_7asrf"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_8im05"]
[sub_resource type="Sky" id="Sky_q8l0m"]
sky_material = SubResource("ProceduralSkyMaterial_8im05")
[sub_resource type="Environment" id="Environment_01c1r"]
background_mode = 2
sky = SubResource("Sky_q8l0m")
[sub_resource type="ViewportTexture" id="ViewportTexture_0u5op"]
viewport_path = NodePath("SubViewport")
[sub_resource type="Theme" id="Theme_m7tsa"]
[node name="Root" type="Node" node_paths=PackedStringArray("PartyCamera")]
script = ExtResource("1_1it4g")
PartyCamera = NodePath("SubViewport/PartyCamera")
[node name="SubViewport" type="SubViewport" parent="."]
size = Vector2i(320, 320)
[node name="GridMap" type="GridMap" parent="SubViewport"]
mesh_library = ExtResource("2_6yanm")
data = {
"cells": PackedInt32Array(65535, 65535, 0, 65535, 0, 0, 0, 0, 0, 0, 65535, 0)
}
[node name="PartyCamera" type="Camera3D" parent="SubViewport"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.405028, 0)
environment = SubResource("Environment_01c1r")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="SubViewport"]
transform = Transform3D(0.810471, -0.450933, 0.373893, 0, 0.638284, 0.769801, -0.585778, -0.623901, 0.517311, 0, 0, 0)
[node name="Control" type="HBoxContainer" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="TextureRect" type="TextureRect" parent="Control"]
layout_mode = 2
size_flags_horizontal = 3
texture = SubResource("ViewportTexture_0u5op")
expand_mode = 5
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
layout_mode = 2
size_flags_horizontal = 3
[node name="Label" type="Label" parent="Control/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
text = "Well there's some kind of label i guess
Multine too!"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 3
uppercase = true
[node name="GridContainer" type="GridContainer" parent="Control/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 4
columns = 3
[node name="TextureRect" type="TextureRect" parent="Control/VBoxContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = SubResource("Theme_m7tsa")
texture = ExtResource("3_7asrf")
expand_mode = 5
stretch_mode = 5
[node name="TextureRect2" type="TextureRect" parent="Control/VBoxContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = SubResource("Theme_m7tsa")
texture = ExtResource("3_7asrf")
expand_mode = 5
stretch_mode = 5
[node name="TextureRect3" type="TextureRect" parent="Control/VBoxContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = SubResource("Theme_m7tsa")
texture = ExtResource("3_7asrf")
expand_mode = 5
stretch_mode = 5
[node name="TextureRect4" type="TextureRect" parent="Control/VBoxContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = SubResource("Theme_m7tsa")
texture = ExtResource("3_7asrf")
expand_mode = 5
stretch_mode = 5
[node name="TextureRect5" type="TextureRect" parent="Control/VBoxContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = SubResource("Theme_m7tsa")
texture = ExtResource("3_7asrf")
expand_mode = 5
stretch_mode = 5
[node name="TextureRect6" type="TextureRect" parent="Control/VBoxContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme = SubResource("Theme_m7tsa")
texture = ExtResource("3_7asrf")
expand_mode = 5
stretch_mode = 5
[node name="TextEdit" type="TextEdit" parent="Control/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
focus_mode = 0
text = "Партия поспала, посрала и пожрала. Не обязательно в данном порядке.
Вы услышали шорох.
Партия поспала, посрала и пожрала. Не обязательно в данном порядке.
Вы услышали шорох."
editable = false
selecting_enabled = false
drag_and_drop_selection_enabled = false
virtual_keyboard_enabled = false
middle_mouse_paste_enabled = false
wrap_mode = 1
scroll_smooth = true