SACRIFICE
This commit is contained in:
parent
68cafff083
commit
6d96b1e6bd
17 changed files with 311 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ display_description = "[p]Simply shoots peas at zombies on the lane[/p]
|
|||
[p]Health points: [color=DARK_RED]3 bites[/color].[/p]
|
||||
[p]Reload time: [color=DARK_RED]5 seconds[/color].[/p]
|
||||
[p]Pea damage: [color=DARK_RED]1 pea[/color].[/p]
|
||||
[p]Firerate: [color=DARK_RED]2/3 seconds[/color].[/p]"
|
||||
[p]Firerate: [color=DARK_RED]1.5 seconds[/color].[/p]"
|
||||
Cost = 75
|
||||
Scene = ExtResource("1_rqf2x")
|
||||
ReloadTime = 5.0
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ display_description = "[p]Shoots slowing peas at zombies.[/p]
|
|||
[p]Health points: [color=DARK_RED]3 bites[/color].[/p]
|
||||
[p]Reload time: [color=DARK_RED]5 seconds[/color].[/p]
|
||||
[p]Pea damage: [color=DARK_RED]1 pea[/color].[/p]
|
||||
[p]Firerate: [color=DARK_RED]2/3 seconds[/color].[/p]
|
||||
[p]Slow factor: [color=STEEL_BLUE]0.75[/color].[/p]"
|
||||
[p]Firerate: [color=DARK_RED]1.5 seconds[/color].[/p]
|
||||
[p]Slow percentage: [color=STEEL_BLUE]25%[/color].[/p]"
|
||||
Cost = 175
|
||||
Scene = ExtResource("2_k47h0")
|
||||
ReloadTime = 5.0
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ display_description = "[p][center][color=GOLD][font_size=32]Work in progress[/fo
|
|||
[p]Shoots peas at zombies in three lanes.[/p]
|
||||
[p]Health points: [color=DARK_RED]3 bites[/color].[/p]
|
||||
[p]Reload time: [color=DARK_RED]5 seconds[/color].[/p]
|
||||
[p]Pea damage: [color=DARK_RED]1 pea[/color] ([color=LIME_GREEN]1 pea[/color] when in close quarters).[/p]
|
||||
[p]Firerate: [color=DARK_RED]2/3 seconds[/color].[/p]"
|
||||
[p]Pea damage: [color=DARK_RED]1 pea[/color] ([color=DARK_RED]3 pea[/color] when in close quarters).[/p]
|
||||
[p]Firerate: [color=DARK_RED]1.5 seconds[/color].[/p]"
|
||||
Cost = 300
|
||||
Scene = ExtResource("2_uqpu0")
|
||||
ReloadTime = 5.0
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://b8l285cjcgeyi"]
|
||||
[gd_resource type="Theme" load_steps=13 format=3 uid="uid://b8l285cjcgeyi"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://nbrt5q3t8tud" path="res://assets/fonts/pico12.ttf" id="1_103to"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0yhee0scl7mc" path="res://assets/sprites/gui/ButtonBackground.tres" id="1_y0kbp"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxmg20mrnpt8r" path="res://assets/sprites/gui/SelectionGeneric.tres" id="2_h0nd2"]
|
||||
[ext_resource type="Texture2D" uid="uid://b5skdm3q7tkh3" path="res://assets/sprites/gui/ChooseYourSeeds/Grabber.tres" id="3_i6w8j"]
|
||||
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="3_yeah5"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv255d4s0qopj" path="res://assets/sprites/gui/ChooseYourSeeds/Slider.tres" id="4_yeah5"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_na4u2"]
|
||||
|
|
@ -23,6 +24,24 @@ axis_stretch_horizontal = 1
|
|||
axis_stretch_vertical = 1
|
||||
draw_center = false
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5pe7g"]
|
||||
atlas = ExtResource("3_yeah5")
|
||||
region = Rect2(226, 77, 18, 18)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_pjyej"]
|
||||
texture = SubResource("AtlasTexture_5pe7g")
|
||||
texture_margin_left = 6.0
|
||||
texture_margin_top = 6.0
|
||||
texture_margin_right = 6.0
|
||||
texture_margin_bottom = 6.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_w6b64"]
|
||||
texture = SubResource("AtlasTexture_5pe7g")
|
||||
texture_margin_left = 6.0
|
||||
texture_margin_top = 6.0
|
||||
texture_margin_right = 6.0
|
||||
texture_margin_bottom = 6.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5pe7g"]
|
||||
texture = ExtResource("4_yeah5")
|
||||
texture_margin_left = 5.0
|
||||
|
|
@ -41,6 +60,8 @@ Button/styles/focus = SubResource("StyleBoxTexture_mv7jy")
|
|||
Button/styles/hover = SubResource("StyleBoxTexture_na4u2")
|
||||
Button/styles/normal = SubResource("StyleBoxTexture_na4u2")
|
||||
Button/styles/pressed = SubResource("StyleBoxTexture_na4u2")
|
||||
Panel/styles/panel = SubResource("StyleBoxTexture_pjyej")
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxTexture_w6b64")
|
||||
VSlider/icons/grabber = ExtResource("3_i6w8j")
|
||||
VSlider/icons/grabber_disabled = ExtResource("3_i6w8j")
|
||||
VSlider/icons/grabber_highlight = ExtResource("3_i6w8j")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue