Player-field manipulations
This commit is contained in:
parent
9ced321538
commit
74759e9e16
21 changed files with 270 additions and 54 deletions
|
|
@ -1,3 +1,6 @@
|
|||
[gd_resource type="Theme" format=3 uid="uid://b8l285cjcgeyi"]
|
||||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://b8l285cjcgeyi"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://nbrt5q3t8tud" path="res://assets/fonts/pico12.ttf" id="1_103to"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_103to")
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ Scene = ExtResource("1_rqf2x")
|
|||
ReloadTime = 5.0
|
||||
StartReloadTime = 0.0
|
||||
Preview = ExtResource("1_rnq6r")
|
||||
layer = 1
|
||||
|
|
|
|||
14
resources/plants/Sunflower.tres
Normal file
14
resources/plants/Sunflower.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://drm42f48urvc4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://iw75j816gbc" path="res://assets/sprites/plants/sunflower.tres" id="1_8rd5i"]
|
||||
[ext_resource type="PackedScene" uid="uid://be1kgukmiu0hs" path="res://scenes/entities/plants/peashooter.tscn" id="2_7mcb6"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/PlantResource.cs" id="3_vt4jc"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_vt4jc")
|
||||
Cost = 50
|
||||
Scene = ExtResource("2_7mcb6")
|
||||
ReloadTime = 5.0
|
||||
StartReloadTime = 0.0
|
||||
Preview = ExtResource("1_8rd5i")
|
||||
Layer = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue