mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
Delete corrupt root.tscn
This commit is contained in:
parent
d725b79f4e
commit
5188d66289
1 changed files with 0 additions and 41 deletions
41
root.tscn
41
root.tscn
|
@ -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
|
|
Loading…
Reference in a new issue