Templates
This commit is contained in:
parent
034c5f3568
commit
ac6b25f204
4 changed files with 2 additions and 2 deletions
3
scenes/templates/level_template.tscn
Normal file
3
scenes/templates/level_template.tscn
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[gd_scene format=3 uid="uid://dd3yegl1xo44m"]
|
||||
|
||||
[node name="level_template" type="Node2D"]
|
||||
14
scenes/templates/plant_template.tscn
Normal file
14
scenes/templates/plant_template.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b1hjjbdwf1rtc"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/components/plants/RuntimePlantData.cs" id="1_324sd"]
|
||||
|
||||
[node name="PlantTemplate" type="Node2D"]
|
||||
script = ExtResource("1_324sd")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
|
||||
[node name="Hitbox" type="Area2D" parent="."]
|
||||
collision_layer = 2
|
||||
collision_mask = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue