|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=10 format=2]
|
|
|
+[gd_scene load_steps=11 format=2]
|
|
|
|
|
|
[ext_resource path="res://Enemy.gd" type="Script" id=1]
|
|
|
[ext_resource path="res://dodge_assets/art/enemySwimming_1.png" type="Texture" id=2]
|
|
@@ -8,6 +8,10 @@
|
|
|
[ext_resource path="res://dodge_assets/art/enemyWalking_1.png" type="Texture" id=6]
|
|
|
[ext_resource path="res://dodge_assets/art/enemyWalking_2.png" type="Texture" id=7]
|
|
|
|
|
|
+[sub_resource type="PhysicsMaterial" id=3]
|
|
|
+friction = 0.1
|
|
|
+bounce = 1.0
|
|
|
+
|
|
|
[sub_resource type="SpriteFrames" id=1]
|
|
|
animations = [ {
|
|
|
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
|
|
@@ -31,7 +35,7 @@ radius = 24.0469
|
|
|
height = 52.8654
|
|
|
|
|
|
[node name="Enemy" type="RigidBody2D"]
|
|
|
-collision_mask = 0
|
|
|
+physics_material_override = SubResource( 3 )
|
|
|
gravity_scale = 0.0
|
|
|
script = ExtResource( 1 )
|
|
|
__meta__ = {
|