1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 22:37:26 +00:00
swear-jar/root.tscn
2023-10-02 01:12:11 +02:00

41 lines
1.3 KiB
Text

[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