Prepicked plants editor
This commit is contained in:
parent
9eba7d3069
commit
56f75a5d06
43 changed files with 532 additions and 50 deletions
|
|
@ -104,7 +104,7 @@ node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"]
|
|||
size = Vector2(22, 32)
|
||||
|
||||
[node name="Aloe" instance=ExtResource("1_n25yi")]
|
||||
internal_id = "aloe"
|
||||
GetInternalID() = "aloe"
|
||||
MaxHP = 30.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ height = 48.0
|
|||
size = Vector2(26, 600)
|
||||
|
||||
[node name="Cucumber" instance=ExtResource("1_65f4u")]
|
||||
internal_id = "cucumber"
|
||||
GetInternalID() = "cucumber"
|
||||
MaxHP = 30.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"]
|
|||
size = Vector2(32, 29)
|
||||
|
||||
[node name="Garlic" instance=ExtResource("1_5i0e6")]
|
||||
internal_id = "garlic"
|
||||
GetInternalID() = "garlic"
|
||||
MaxHP = 200.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ radius = 24.0
|
|||
size = Vector2(73, 48)
|
||||
|
||||
[node name="Nerdus" instance=ExtResource("1_8ui1h")]
|
||||
internal_id = "nerdus"
|
||||
GetInternalID() = "nerdus"
|
||||
MaxHP = 200.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ resource_local_to_scene = true
|
|||
size = Vector2(20, 44)
|
||||
|
||||
[node name="Peashooter" instance=ExtResource("1_pyk3o")]
|
||||
internal_id = "peashooter"
|
||||
GetInternalID() = "peashooter"
|
||||
MaxHP = 30.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ size = Vector2(15, 27)
|
|||
size = Vector2(22, 19)
|
||||
|
||||
[node name="Potato mine" instance=ExtResource("1_dj7ul")]
|
||||
internal_id = "potatomine"
|
||||
GetInternalID() = "potatomine"
|
||||
MaxHP = 20.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ region = Rect2(592, 64, 50, 60)
|
|||
size = Vector2(40, 36)
|
||||
|
||||
[node name="Snipach" instance=ExtResource("1_ltcu2")]
|
||||
internal_id = "snipach"
|
||||
GetInternalID() = "snipach"
|
||||
MaxHP = 30.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"]
|
|||
resource_local_to_scene = true
|
||||
|
||||
[node name="Snowpea" instance=ExtResource("1_lp85e")]
|
||||
internal_id = "snowpea"
|
||||
GetInternalID() = "snowpea"
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
material = SubResource("ShaderMaterial_g872w")
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"]
|
|||
size = Vector2(49, 38)
|
||||
|
||||
[node name="Spikeweed" instance=ExtResource("1_vmbvr")]
|
||||
internal_id = "spikeweed"
|
||||
GetInternalID() = "spikeweed"
|
||||
MaxHP = 30.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"]
|
|||
size = Vector2(26, 48)
|
||||
|
||||
[node name="Sunflower" instance=ExtResource("1_bikjn")]
|
||||
internal_id = "sunflower"
|
||||
GetInternalID() = "sunflower"
|
||||
MaxHP = 30.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ resource_local_to_scene = true
|
|||
resource_local_to_scene = true
|
||||
|
||||
[node name="Threepeater" instance=ExtResource("1_muntu")]
|
||||
internal_id = "threepeater"
|
||||
GetInternalID() = "threepeater"
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
position = Vector2(6, -13)
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"]
|
|||
size = Vector2(33, 46)
|
||||
|
||||
[node name="Wallnut" instance=ExtResource("1_fluxn")]
|
||||
internal_id = "wallnut"
|
||||
GetInternalID() = "wallnut"
|
||||
MaxHP = 600.0
|
||||
|
||||
[node name="Sprite2D" parent="." index="0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue