ld-39-jam/EnemyGrunt.tscn

20 lines
444 B
Plaintext
Raw Normal View History

2017-07-31 17:23:46 +01:00
[gd_scene load_steps=3 format=1]
2017-07-30 20:57:41 +01:00
[ext_resource path="res://EnemyGrunt.gd" type="Script" id=1]
2017-07-31 17:23:46 +01:00
[ext_resource path="res://raw/enemy_grunt.png" type="Texture" id=2]
2017-07-30 19:46:44 +01:00
[node name="EnemyGrunt" type="KinematicBody2D"]
2017-07-31 17:23:46 +01:00
transform/scale = Vector2( 2, 2 )
2017-07-30 19:46:44 +01:00
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
2017-07-31 17:23:46 +01:00
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 2 )
2017-07-30 19:46:44 +01:00