Update entity collider size.

This commit is contained in:
Relintai 2021-05-23 02:00:21 +02:00
parent 7423d321e2
commit e259a65281

View File

@ -3,8 +3,8 @@
[ext_resource path="res://characters/SimpleCharacter.tscn" type="PackedScene" id=1] [ext_resource path="res://characters/SimpleCharacter.tscn" type="PackedScene" id=1]
[ext_resource path="res://player/Body.gd" type="Script" id=6] [ext_resource path="res://player/Body.gd" type="Script" id=6]
[sub_resource type="CircleShape2D" id=4] [sub_resource type="CircleShape2D" id=1]
radius = 8.0 radius = 3.0
[node name="Body" type="KinematicBody2D"] [node name="Body" type="KinematicBody2D"]
script = ExtResource( 6 ) script = ExtResource( 6 )
@ -13,4 +13,4 @@ character_skeleton_path = NodePath("")
[node name="Character" parent="." instance=ExtResource( 1 )] [node name="Character" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 4 ) shape = SubResource( 1 )