loose menu
This commit is contained in:
parent
6608fb8389
commit
a6f817efbc
17 changed files with 369 additions and 52 deletions
12
scenes/level components/invun_plant.tscn
Normal file
12
scenes/level components/invun_plant.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://ddp53j2ebnpyl"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_1vb12"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_2e1tv"]
|
||||
radius = 22.0227
|
||||
|
||||
[node name="InvunPlant" instance=ExtResource("1_1vb12")]
|
||||
_maxHP = 12412
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox" index="0"]
|
||||
shape = SubResource("CircleShape2D_2e1tv")
|
||||
Loading…
Add table
Add a link
Reference in a new issue