Skip to content

Commit

Permalink
Tricks for merging without hard conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ansjriffet committed Apr 29, 2020
1 parent 6c0a514 commit a37cacc
Show file tree
Hide file tree
Showing 8 changed files with 1,483 additions and 1,443 deletions.
744 changes: 744 additions & 0 deletions AnimationPlayerDoggo.tscn

Large diffs are not rendered by default.

666 changes: 666 additions & 0 deletions AnimationPlayerGuy.tscn

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions CollisionShape2DDoggo.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]

[sub_resource type="CapsuleShape2D" id=1]

[node name="CollisionShape2D" type="CollisionShape2D"]
position = Vector2( 3.25269, 13.7827 )
rotation = 1.5708
shape = SubResource( 1 )
7 changes: 7 additions & 0 deletions CollisionShape2DGuy.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]

[sub_resource type="CircleShape2D" id=1]

[node name="CollisionShape2D" type="CollisionShape2D"]
position = Vector2( 0.718838, 24.6683 )
shape = SubResource( 1 )
Loading

0 comments on commit a37cacc

Please sign in to comment.