Imported into Godot 4.3

This commit is contained in:
Alan Youngblood
2024-12-31 16:25:23 -05:00
parent a22832a709
commit 614376e369
65 changed files with 1239 additions and 1739 deletions

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://World/Bush.png" type="Texture" id=1]
[ext_resource path="res://Shadows/LargeShadow.png" type="Texture" id=2]
[ext_resource path="res://World/Bush.png" type="Texture2D" id=1]
[ext_resource path="res://Shadows/LargeShadow.png" type="Texture2D" id=2]
[sub_resource type="CapsuleShape2D" id=1]
radius = 7.99998
@@ -9,11 +9,11 @@ height = 12.0
[node name="Bush" type="StaticBody2D"]
[node name="ShadowSprite" type="Sprite" parent="."]
[node name="ShadowSprite" type="Sprite2D" parent="."]
position = Vector2( 0, 6 )
texture = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]