Initial data

This commit is contained in:
Rendo 2025-07-17 20:28:47 +05:00
commit f65cb11474
12 changed files with 340 additions and 48 deletions

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://djb8ynxhnmo0t"]
[gd_scene load_steps=4 format=3 uid="uid://djb8ynxhnmo0t"]
[ext_resource type="Script" uid="uid://fof6kr0et8ng" path="res://addons/pvzadventure/scripts/ZE_GridItem.cs" id="1_e5mae"]
[ext_resource type="Script" uid="uid://b8ccbjhhus7xk" path="res://addons/pvzadventure/scripts/UNI_GridItem.cs" id="1_e5mae"]
[ext_resource type="Script" uid="uid://c3cgpwy1qaeww" path="res://addons/pvzadventure/scripts/packed_scene_preview_generator.gd" id="2_k7w8c"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jbknv"]
bg_color = Color(0.18359, 0.18359, 0.18359, 1)
@ -15,9 +16,9 @@ clip_contents = true
custom_minimum_size = Vector2(100, 100)
anchors_preset = -1
anchor_right = 0.172
anchor_bottom = 0.25
anchor_bottom = 0.212
offset_right = -0.200005
offset_bottom = -15.0
offset_bottom = 0.199997
theme_override_styles/panel = SubResource("StyleBoxFlat_jbknv")
script = ExtResource("1_e5mae")
@ -25,3 +26,10 @@ script = ExtResource("1_e5mae")
layout_mode = 2
expand_mode = 1
stretch_mode = 5
script = ExtResource("2_k7w8c")
[node name="Viewport" type="SubViewport" parent="Texture"]
process_mode = 4
transparent_bg = true
[node name="Camera2D" type="Camera2D" parent="Texture/Viewport"]