A Godot v4 game about working in an office
[gd_scene load_steps=5 format=3 uid="uid://c7wog023ctpe2"]

[ext_resource type="Material" uid="uid://bg2j1rp1ignuh" path="res://battle/backgrounds/portal/BGPortalFG1.tres" id="1_6yrmf"]
[ext_resource type="Texture2D" uid="uid://ciw5661mlrvq" path="res://assets/backgrounds/Squares.png" id="2_ihj0p"]
[ext_resource type="Script" path="res://battle/backgrounds/shader_scaler.gd" id="3_barxq"]
[ext_resource type="Material" uid="uid://dbgggumuflvt" path="res://battle/backgrounds/portal/BGPortalFG2.tres" id="4_1lcgm"]

[node name="BGPortal" type="CanvasLayer"]

[node name="FG1" type="TextureRect" parent="."]
material = ExtResource("1_6yrmf")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_ihj0p")
expand_mode = 2
stretch_mode = 1
script = ExtResource("3_barxq")

[node name="FG2" type="TextureRect" parent="."]
material = ExtResource("4_1lcgm")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_ihj0p")
expand_mode = 2
stretch_mode = 1
script = ExtResource("3_barxq")