Merged with main and fixed merge conflicts

This commit is contained in:
VoidTwo
2021-11-29 13:53:26 -06:00
161 changed files with 2347 additions and 778 deletions

20
Levels/Objects/Tree.tscn Normal file
View File

@@ -0,0 +1,20 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Sprites/Assets/forestTreeBig.png" type="Texture" id=1]
[sub_resource type="CapsuleShape2D" id=1]
radius = 6.0
height = 10.0
[node name="Tree" type="Node2D"]
[node name="Sprite" type="Sprite" parent="."]
modulate = Color( 0.870588, 0.215686, 0.215686, 1 )
texture = ExtResource( 1 )
offset = Vector2( 0, -5 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
rotation = 1.5708
shape = SubResource( 1 )