Adding all the files

This commit is contained in:
Alan Youngblood
2024-11-05 18:20:12 -05:00
parent 275377b7b5
commit 3e9f095d44
114 changed files with 4699 additions and 0 deletions

View 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 )