51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://bkw0abirq18mt"]
|
|
|
|
[ext_resource type="Script" uid="uid://dte8xibis5wf7" path="res://scenes/main/Main.cs" id="1_6q06x"]
|
|
[ext_resource type="PackedScene" uid="uid://brbhyuelsuxyx" path="res://scenes/world/world.tscn" id="1_o5qli"]
|
|
[ext_resource type="Script" uid="uid://csmrhb44u00j" path="res://scenes/main/GobalCamera.cs" id="3_ow5a4"]
|
|
[ext_resource type="PackedScene" uid="uid://djgeio24bm6i4" path="res://scenes/HUD/hud.tscn" id="4_ow5a4"]
|
|
[ext_resource type="Script" uid="uid://cm0m3up5ufny2" path="res://scenes/HUD/information_panel.gd" id="5_hujxm"]
|
|
[ext_resource type="Script" uid="uid://dskaddldr1q0x" path="res://scenes/main/EntityManager.cs" id="6_ow5a4"]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource("1_6q06x")
|
|
|
|
[node name="World" parent="." instance=ExtResource("1_o5qli")]
|
|
Algorithm = 2
|
|
NoiseType = 3
|
|
NoiseSeed = 521632
|
|
NoiseFrequency = 0.03
|
|
NoiseFractalType = 2
|
|
|
|
[node name="Grid" parent="World" index="3"]
|
|
show_debug = false
|
|
show_grid = false
|
|
show_label = false
|
|
|
|
[node name="GlobalCamera" type="Camera2D" parent="."]
|
|
drag_left_margin = 0.5
|
|
drag_top_margin = 0.5
|
|
drag_right_margin = 0.5
|
|
drag_bottom_margin = 0.5
|
|
script = ExtResource("3_ow5a4")
|
|
cameraStepSize = 200.0
|
|
|
|
[node name="HUD" parent="." instance=ExtResource("4_ow5a4")]
|
|
|
|
[node name="Info" parent="HUD/MenuBar" index="3"]
|
|
item_count = 3
|
|
item_2/text = "Close"
|
|
item_2/id = 2
|
|
|
|
[node name="InformationPanel" parent="HUD" index="4"]
|
|
custom_minimum_size = Vector2(100, 0)
|
|
script = ExtResource("5_hujxm")
|
|
|
|
[node name="EntityManager" type="Node" parent="."]
|
|
script = ExtResource("6_ow5a4")
|
|
|
|
[connection signal="index_pressed" from="HUD/MenuBar/Info" to="HUD/MenuBar" method="info_index_pressed"]
|
|
|
|
[editable path="World"]
|
|
[editable path="HUD"]
|