[gd_scene load_steps=5 format=2] [ext_resource path="res://Lemon.gd" type="Script" id=1] [ext_resource path="res://UI.gd" type="Script" id=2] [ext_resource path="res://Res/Img/Portrait/yellow.png" type="Texture" id=3] [ext_resource path="res://Res/Img/Scene/pinkland.png" type="Texture" id=4] [node name="Lemon" type="Node"] script = ExtResource( 1 ) [node name="UI" type="Control" parent="."] margin_right = 14.0 margin_bottom = 14.0 script = ExtResource( 2 ) [node name="View" type="TextureRect" parent="UI"] margin_right = 375.0 margin_bottom = 335.0 rect_min_size = Vector2( 375, 335 ) size_flags_horizontal = 3 size_flags_vertical = 3 texture = ExtResource( 4 ) expand = true __meta__ = { "_edit_lock_": true } [node name="Portrait" type="TextureRect" parent="UI"] margin_top = 271.0 margin_right = 71.0 margin_bottom = 335.0 size_flags_horizontal = 0 size_flags_vertical = 0 texture = ExtResource( 3 ) __meta__ = { "_edit_lock_": true }