tweaks #4

Merged
cromer merged 9 commits from tweaks into develop 2022-04-09 21:51:22 -04:00
1 changed files with 3 additions and 4 deletions
Showing only changes of commit aeb3816ded - Show all commits

View File

@ -3,9 +3,8 @@
[ext_resource path="res://characters/player/sprites/green.tres" type="SpriteFrames" id=1]
[ext_resource path="res://characters/player/Player.gdns" type="Script" id=2]
[sub_resource type="CapsuleShape2D" id=1]
radius = 6.0
height = 12.0
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 7, 11.5 )
[node name="Player" type="KinematicBody2D"]
script = ExtResource( 2 )
@ -16,7 +15,7 @@ animation = "idle"
centered = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 12, 12 )
position = Vector2( 12, 12.5 )
shape = SubResource( 1 )
[connection signal="player_moved" from="." to="." method="_on_Player_player_moved"]