mirror of
https://github.com/Relintai/rsc_rpg.git
synced 2025-04-22 05:51:17 +02:00
Update entity collider size.
This commit is contained in:
parent
7423d321e2
commit
e259a65281
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user