feat: added obstacleLayer; added new Tileset for obstacleLayer; added physics layers for tilesetNature; adjusted player's collision shape;
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
[ext_resource type="Texture2D" uid="uid://cjbvc07lh4x1b" path="res://Ninja Adventure - Asset Pack/Actor/Characters/KnightGold/SeparateAnim/Walk.png" id="2_a3d8c"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_bqpwv"]
|
||||
radius = 7.0
|
||||
height = 16.0
|
||||
radius = 5.0
|
||||
height = 10.0
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a3d8c"]
|
||||
atlas = ExtResource("2_a3d8c")
|
||||
@@ -147,6 +147,7 @@ motion_mode = 1
|
||||
script = ExtResource("1_a3d8c")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=129222135]
|
||||
position = Vector2(0, 3)
|
||||
shape = SubResource("CapsuleShape2D_bqpwv")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=721334358]
|
||||
|
||||
Reference in New Issue
Block a user