diff --git a/root.tscn b/root.tscn deleted file mode 100644 index 626e722..0000000 --- a/root.tscn +++ /dev/null @@ -1,41 +0,0 @@ -[gd_scene load_steps=4 format=3 uid="uid://cbccs6kwwf265"] - -[ext_resource type="Script" path="res://main.gd" id="1_ncl4v"] -[ext_resource type="PackedScene" uid="uid://c3rxmcwa5nqng" path="res://game/game.tscn" id="3_hrdyr"] -[ext_resource type="PackedScene" uid="uid://bo5unrhqpoyim" path="res://interface/game_ui.tscn" id="5_2cc15"] - -[node name="Root" type="Node"] -script = ExtResource("1_ncl4v") - -[node name="View@CenterUI" type="CenterContainer" parent="."] -anchors_preset = 7 -anchor_left = 0.5 -anchor_top = 1.0 -anchor_right = 0.5 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 - -[node name="View@CenterUI@ViewportContainer" type="SubViewportContainer" parent="."] -custom_minimum_size = Vector2(270, 480) -stretch = true - -[node name="View@CenterUI@ViewportContainer@Viewport" type="SubViewport" parent="."] -handle_input_locally = false -size = Vector2i(270, 480) -render_target_update_mode = 4 - -[node name="View@CenterUI@ViewportContainer@Viewport@Game" parent="." instance=ExtResource("3_hrdyr")] - -[node name="View@CenterUI@ViewportContainer@Viewport@Camera2D" type="Camera2D" parent="."] -anchor_mode = 0 - -[node name="View@SafeUI" type="MarginContainer" parent="."] -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 - -[node name="View@SafeUI@GameUI" parent="." instance=ExtResource("5_2cc15")] -process_mode = 3