!
This commit is contained in:
parent
59b54cfd18
commit
bf6483bf7b
@ -1,4 +1,4 @@
|
|||||||
[gd_scene load_steps=57 format=3 uid="uid://cwlfq7dnrtgh7"]
|
[gd_scene load_steps=58 format=3 uid="uid://cwlfq7dnrtgh7"]
|
||||||
|
|
||||||
[ext_resource type="PackedScene" uid="uid://kkfxguj0lr5a" path="res://Scenes/Spawnables/template_spawnable.tscn" id="1_t7ryl"]
|
[ext_resource type="PackedScene" uid="uid://kkfxguj0lr5a" path="res://Scenes/Spawnables/template_spawnable.tscn" id="1_t7ryl"]
|
||||||
[ext_resource type="Texture2D" uid="uid://bnch5lviqbpka" path="res://Assets/Wolf/noBKG_WolfRun_strip.png" id="2_35toa"]
|
[ext_resource type="Texture2D" uid="uid://bnch5lviqbpka" path="res://Assets/Wolf/noBKG_WolfRun_strip.png" id="2_35toa"]
|
||||||
@ -6,10 +6,9 @@
|
|||||||
[ext_resource type="Texture2D" uid="uid://dd1cbeyvlpn53" path="res://Assets/Wolf/noBKG_WolfIdle_strip.png" id="2_bk8d7"]
|
[ext_resource type="Texture2D" uid="uid://dd1cbeyvlpn53" path="res://Assets/Wolf/noBKG_WolfIdle_strip.png" id="2_bk8d7"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cowhod231qvc7" path="res://Assets/Wolf/noBKG_WolfDeath_strip.png" id="3_tbpyw"]
|
[ext_resource type="Texture2D" uid="uid://cowhod231qvc7" path="res://Assets/Wolf/noBKG_WolfDeath_strip.png" id="3_tbpyw"]
|
||||||
[ext_resource type="AudioStream" uid="uid://j1fxgwc22xsk" path="res://Assets/Audio/Wolves/mixkit-hellhound-monster-attack-dog-wolf-creature-3015.wav" id="6_1imso"]
|
[ext_resource type="AudioStream" uid="uid://j1fxgwc22xsk" path="res://Assets/Audio/Wolves/mixkit-hellhound-monster-attack-dog-wolf-creature-3015.wav" id="6_1imso"]
|
||||||
|
[ext_resource type="Script" path="res://Scenes/Spawnables/AIs/ai_bat.gd" id="6_g2ost"]
|
||||||
[ext_resource type="AudioStream" uid="uid://cvu0rfyj8amhi" path="res://Assets/Audio/Wolves/mixkit-werewolf-roar-1730.mp3" id="7_brppl"]
|
[ext_resource type="AudioStream" uid="uid://cvu0rfyj8amhi" path="res://Assets/Audio/Wolves/mixkit-werewolf-roar-1730.mp3" id="7_brppl"]
|
||||||
[ext_resource type="AudioStream" uid="uid://beuuur3tlsjrp" path="res://Assets/Audio/Wolves/mixkit-wolves-pack-howling-1776.wav" id="8_k62ik"]
|
[ext_resource type="AudioStream" uid="uid://beuuur3tlsjrp" path="res://Assets/Audio/Wolves/mixkit-wolves-pack-howling-1776.wav" id="8_k62ik"]
|
||||||
[ext_resource type="Script" path="res://Scenes/Spawnables/AIs/ai_bat.gd" id="6_g2ost"]
|
|
||||||
|
|
||||||
|
|
||||||
[sub_resource type="AtlasTexture" id="AtlasTexture_n1jpo"]
|
[sub_resource type="AtlasTexture" id="AtlasTexture_n1jpo"]
|
||||||
atlas = ExtResource("2_bk8d7")
|
atlas = ExtResource("2_bk8d7")
|
||||||
@ -359,7 +358,6 @@ offset_bottom = 2.0
|
|||||||
sprite_frames = SubResource("SpriteFrames_iknep")
|
sprite_frames = SubResource("SpriteFrames_iknep")
|
||||||
animation = &"default"
|
animation = &"default"
|
||||||
frame = 0
|
frame = 0
|
||||||
|
|
||||||
frame_progress = 0.996176
|
frame_progress = 0.996176
|
||||||
|
|
||||||
[node name="BodyCollision" parent="." index="2"]
|
[node name="BodyCollision" parent="." index="2"]
|
||||||
|
@ -3,7 +3,7 @@ extends Node2D
|
|||||||
var length: int = 0
|
var length: int = 0
|
||||||
var time: int = 0
|
var time: int = 0
|
||||||
var countdown: float = 0
|
var countdown: float = 0
|
||||||
@onready var player: Player = $Player
|
@onready var player:= $Player
|
||||||
|
|
||||||
# Called when the node enters the scene tree for the first time.
|
# Called when the node enters the scene tree for the first time.
|
||||||
func _ready():
|
func _ready():
|
||||||
|
Loading…
Reference in New Issue
Block a user