One_Eleven_Android/scenes/BackgroundScenes/Room_Agatha.tscn
2024-11-10 03:34:28 +03:00

36 lines
1.4 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[gd_scene load_steps=7 format=2]
[ext_resource path="res://resources/graphics/backgrounds/room/комната_1_зеркало.webp" type="Texture" id=1]
[ext_resource path="res://resources/graphics/backgrounds/room/комната_1.webp" type="Texture" id=2]
[ext_resource path="res://resources/graphics/backgrounds/room/комната_1_без света.webp" type="Texture" id=3]
[ext_resource path="res://resources/graphics/backgrounds/room/комната_1_без светаеркало.webp" type="Texture" id=4]
[ext_resource path="res://scripts/backround_scenes_scripts/Room_Agatha.gd" type="Script" id=5]
[ext_resource path="res://resources/customControls/Cat.tscn" type="PackedScene" id=6]
[node name="Room_Agatha" type="Node2D"]
script = ExtResource( 5 )
[node name="lights_on" type="Node2D" parent="."]
[node name="Sprite" type="Sprite" parent="lights_on"]
texture = ExtResource( 2 )
centered = false
[node name="Sprite2" type="Sprite" parent="lights_on"]
position = Vector2( 1582, 698 )
texture = ExtResource( 1 )
centered = false
[node name="lights_off" type="Node2D" parent="."]
visible = false
[node name="Sprite" type="Sprite" parent="lights_off"]
texture = ExtResource( 3 )
centered = false
[node name="Sprite2" type="Sprite" parent="lights_off"]
position = Vector2( 1568, 698 )
texture = ExtResource( 4 )
centered = false
[node name="Cat" parent="." instance=ExtResource( 6 )]