Survival mode ready
This commit is contained in:
parent
0fff33d196
commit
7614b12076
50 changed files with 586 additions and 81 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -1,14 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://bf7vjtufjc8kt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d4btl7vqi4v0q" path="res://assets/sprites/plants/aloe.tres" id="1_t4137"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_vw2kg"]
|
||||
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/PlantResource.cs" id="1_vw2kg"]
|
||||
[ext_resource type="PackedScene" uid="uid://bw1w8jp0yeypy" path="res://scenes/entities/plants/aloe.tscn" id="2_6a4ia"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_vw2kg")
|
||||
display_name = "Aloe"
|
||||
display_description = "Heals plantoids"
|
||||
Cost = 75
|
||||
Scene = ExtResource("2_6a4ia")
|
||||
ReloadTime = 15.0
|
||||
StartReloadTime = 0.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = ExtResource("1_t4137")
|
||||
Layer = 1
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://btkkaow4tyw55"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://m8e84blnx7yu" path="res://assets/sprites/plants/garlic.tres" id="1_datic"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_e15gf"]
|
||||
[ext_resource type="PackedScene" uid="uid://bes4e6sksax67" path="res://scenes/entities/plants/garlic.tscn" id="2_81n0p"]
|
||||
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/PlantResource.cs" id="1_e15gf"]
|
||||
[ext_resource type="PackedScene" uid="uid://qq0cw8xtcoj3" path="res://scenes/entities/plants/garlic.tscn" id="2_81n0p"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_e15gf")
|
||||
display_name = "Garlic"
|
||||
display_description = "Redirects zomboids"
|
||||
Cost = 50
|
||||
Scene = ExtResource("2_81n0p")
|
||||
ReloadTime = 7.5
|
||||
|
|
|
|||
|
|
@ -6,6 +6,18 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_amvh8")
|
||||
display_name = "Peashooter"
|
||||
display_description = "Shoots peas
|
||||
Shoots peas
|
||||
Shoots peas
|
||||
Shoots peas
|
||||
|
||||
Shoots peas
|
||||
Shoots peas
|
||||
|
||||
Shoots peas
|
||||
Shoots peas
|
||||
Shoots peas"
|
||||
Cost = 75
|
||||
Scene = ExtResource("1_rqf2x")
|
||||
ReloadTime = 5.0
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_33j6b")
|
||||
display_name = "Potato mine"
|
||||
display_description = "Blow"
|
||||
Cost = 25
|
||||
Scene = ExtResource("2_ig2ti")
|
||||
ReloadTime = 25.0
|
||||
|
|
|
|||
|
|
@ -1,14 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://duflq3eexs6m"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_0cpi0"]
|
||||
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/PlantResource.cs" id="1_0cpi0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cu7h8bot6jlug" path="res://assets/sprites/plants/snowpea.tres" id="1_7fyy2"]
|
||||
[ext_resource type="PackedScene" uid="uid://b7innrovtmf5u" path="res://scenes/entities/plants/snowpea.tscn" id="2_k47h0"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_0cpi0")
|
||||
display_name = "Snowgrave"
|
||||
display_description = "Proceed."
|
||||
Cost = 175
|
||||
Scene = ExtResource("2_k47h0")
|
||||
ReloadTime = 5.0
|
||||
StartReloadTime = 0.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = ExtResource("1_7fyy2")
|
||||
Layer = 1
|
||||
|
|
|
|||
|
|
@ -1,14 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://cas11tg6chiu4"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_0bymo"]
|
||||
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/PlantResource.cs" id="1_0bymo"]
|
||||
[ext_resource type="Texture2D" uid="uid://baqfahxkcvfe1" path="res://assets/sprites/plants/Spikeweed.tres" id="1_2ol2i"]
|
||||
[ext_resource type="PackedScene" uid="uid://bdhod5c6o53ha" path="res://scenes/entities/plants/spikeweed.tscn" id="2_iv8de"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_0bymo")
|
||||
display_name = "Spikeweed"
|
||||
display_description = "Walk"
|
||||
Cost = 100
|
||||
Scene = ExtResource("2_iv8de")
|
||||
ReloadTime = 5.0
|
||||
StartReloadTime = 0.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = ExtResource("1_2ol2i")
|
||||
Layer = 1
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_vt4jc")
|
||||
display_name = "Sunflower"
|
||||
display_description = "Suns"
|
||||
Cost = 50
|
||||
Scene = ExtResource("2_gcyr5")
|
||||
ReloadTime = 5.0
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_3lugi")
|
||||
display_name = "Threepeater"
|
||||
display_description = "WIP"
|
||||
Cost = 300
|
||||
Scene = ExtResource("2_uqpu0")
|
||||
ReloadTime = 5.0
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://c2e2yj7rgoswi"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://g2oppl54efja" path="res://assets/sprites/plants/Wallnut.tres" id="1_2akap"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="1_27l0t"]
|
||||
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/PlantResource.cs" id="1_27l0t"]
|
||||
[ext_resource type="PackedScene" uid="uid://bq7imkpr2yqyr" path="res://scenes/entities/plants/wallnut.tscn" id="2_rkn3h"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_27l0t")
|
||||
display_name = "Wallnut"
|
||||
display_description = "Pechenka"
|
||||
Cost = 50
|
||||
Scene = ExtResource("2_rkn3h")
|
||||
ReloadTime = 20.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Theme" load_steps=10 format=3 uid="uid://e8n88g31w7x7"]
|
||||
[gd_resource type="Theme" load_steps=13 format=3 uid="uid://e8n88g31w7x7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ci1a150qo2op2" path="res://assets/sprites/gui/ChooseYourSeeds/Panel.tres" id="1_86pbs"]
|
||||
[ext_resource type="Texture2D" uid="uid://bj5fouwjk3kum" path="res://assets/sprites/gui/ChooseYourSeeds/InnerPanel.tres" id="2_txg3r"]
|
||||
|
|
@ -19,6 +19,27 @@ texture_margin_top = 6.0
|
|||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 3.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_qlmyy"]
|
||||
texture = ExtResource("3_gf6bj")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 7.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 7.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_la16p"]
|
||||
texture = ExtResource("4_xn7o0")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 4.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 4.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_744lb"]
|
||||
texture = ExtResource("4_xn7o0")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 4.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 4.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_amjg8"]
|
||||
bg_color = Color(0.574582, 0.300953, 0.501998, 1)
|
||||
corner_radius_top_left = 4
|
||||
|
|
@ -43,6 +64,11 @@ texture_margin_bottom = 4.0
|
|||
[resource]
|
||||
Panel/styles/panel = SubResource("StyleBoxTexture_o7bns")
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxTexture_jrih7")
|
||||
VScrollBar/styles/grabber = SubResource("StyleBoxTexture_qlmyy")
|
||||
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxTexture_qlmyy")
|
||||
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxTexture_qlmyy")
|
||||
VScrollBar/styles/scroll = SubResource("StyleBoxTexture_la16p")
|
||||
VScrollBar/styles/scroll_focus = SubResource("StyleBoxTexture_744lb")
|
||||
VSlider/icons/grabber = ExtResource("3_gf6bj")
|
||||
VSlider/icons/grabber_disabled = null
|
||||
VSlider/icons/grabber_highlight = ExtResource("3_gf6bj")
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_sngfh")
|
||||
cost = 7
|
||||
cost = 5.0
|
||||
scene = ExtResource("1_lhcag")
|
||||
metadata/_custom_type_script = "uid://cqxj7o8hdm82n"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_sw7hj")
|
||||
cost = 3
|
||||
cost = 2.0
|
||||
scene = ExtResource("1_llf5l")
|
||||
metadata/_custom_type_script = "uid://cqxj7o8hdm82n"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_u5qpq")
|
||||
cost = 5
|
||||
cost = 7.0
|
||||
scene = ExtResource("1_4myt6")
|
||||
metadata/_custom_type_script = "uid://cqxj7o8hdm82n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue