ld-39-jam/EnemyGrunt.tscn

14 lines
267 B
Plaintext
Raw Normal View History

2017-07-30 20:57:41 +01:00
[gd_scene load_steps=2 format=1]
[ext_resource path="res://EnemyGrunt.gd" type="Script" id=1]
2017-07-30 19:46:44 +01:00
[node name="EnemyGrunt" type="KinematicBody2D"]
input/pickable = false
collision/layers = 1
collision/mask = 1
collision/margin = 0.08
2017-07-30 20:57:41 +01:00
script/script = ExtResource( 1 )
2017-07-30 19:46:44 +01:00