27 lines
887 B
Text
27 lines
887 B
Text
[gd_scene load_steps=3 format=3 uid="uid://segxys6udhyw"]
|
|
|
|
[ext_resource type="Script" uid="uid://fof6kr0et8ng" path="res://addons/pvzadventure/scripts/zombie-editor/ZE_GridItem.cs" id="1_fwfh1"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jbknv"]
|
|
bg_color = Color(0.18359, 0.18359, 0.18359, 1)
|
|
border_color = Color(0.140447, 0.140447, 0.140447, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[node name="GridItem" type="PanelContainer"]
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(100, 100)
|
|
anchors_preset = -1
|
|
anchor_right = 0.172
|
|
anchor_bottom = 0.25
|
|
offset_right = -0.200005
|
|
offset_bottom = -15.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_jbknv")
|
|
script = ExtResource("1_fwfh1")
|
|
|
|
[node name="Texture" type="TextureRect" parent="."]
|
|
layout_mode = 2
|
|
expand_mode = 1
|
|
stretch_mode = 5
|