forked from team-sg/hero-mark-2
im too lazy to do commit messages right now
This commit is contained in:
parent
4f5a66379a
commit
ee779f2899
15 changed files with 128 additions and 17 deletions
9
objects/enemy/hellarcher.tscn
Normal file
9
objects/enemy/hellarcher.tscn
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/skelarcher.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://graphics/enemy/hellarcher_shoot.png" type="Texture" id=2]
|
||||
|
||||
[node name="Skelarcher" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
texture = ExtResource( 2 )
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://graphics/enemy/skelarcher_shoot.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/enemy/hellarcher_shoot.png" type="Texture" id=3]
|
||||
[ext_resource path="res://objects/enemy/skelarcher.gd" type="Script" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=18]
|
||||
|
@ -36,7 +37,7 @@ tracks/1/keys = {
|
|||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 1,
|
||||
"values": [ ExtResource( 2 ) ]
|
||||
"values": [ ExtResource( 3 ) ]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id=20]
|
||||
|
@ -65,7 +66,7 @@ tracks/1/keys = {
|
|||
"times": PoolRealArray( 0 ),
|
||||
"transitions": PoolRealArray( 1 ),
|
||||
"update": 1,
|
||||
"values": [ ExtResource( 2 ) ]
|
||||
"values": [ ExtResource( 3 ) ]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/path = NodePath("AnimationPlayer:current_animation")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue