17 lines
599 B
Text
17 lines
599 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://object/Lootable.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://environment/Bush.png" type="Texture" id=2]
|
|
[ext_resource path="res://environment/breakablebush.png" type="Texture" id=3]
|
|
|
|
[node name="LootablePlantA" type="Node2D"]
|
|
|
|
[node name="plant_base" type="Sprite" parent="."]
|
|
position = Vector2( 8.69908, 1.54339 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="Lootable" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="plant_head" type="Sprite" parent="Lootable"]
|
|
position = Vector2( 0.416, -14.5969 )
|
|
texture = ExtResource( 3 )
|