Adding all the files
This commit is contained in:
17
ActionRPG-HeartBeast/World/Bush.tscn
Normal file
17
ActionRPG-HeartBeast/World/Bush.tscn
Normal file
@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://World/Bush.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=1]
|
||||
radius = 7.99998
|
||||
height = 12.0
|
||||
|
||||
[node name="Bush" type="StaticBody2D"]
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2( 0, 2.294 )
|
||||
rotation = -1.57079
|
||||
shape = SubResource( 1 )
|
Reference in New Issue
Block a user