You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
746 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://jrpg/models/chars/Zombie_Male.glb" type="PackedScene" id=1]
  3. [ext_resource path="res://jrpg/scripts/entities/enemy.gd" type="Script" id=2]
  4. [sub_resource type="CapsuleShape" id=1]
  5. radius = 0.5
  6. [node name="Enemy" type="KinematicBody"]
  7. script = ExtResource( 2 )
  8. [node name="CollisionShape" type="CollisionShape" parent="."]
  9. transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 1, 0 )
  10. shape = SubResource( 1 )
  11. [node name="Zombie_Male" parent="." instance=ExtResource( 1 )]
  12. transform = Transform( 0.65, 0, 0, 0, 0.65, 0, 0, 0, 0.65, 0, 0, 0 )
  13. [node name="Timer" type="Timer" parent="."]
  14. [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]