wolf and tooltips

This commit is contained in:
Victor Turgeon
2023-10-11 07:45:53 -04:00
parent 3644800a64
commit b8333f5ac3
6 changed files with 203 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
[gd_scene load_steps=54 format=3 uid="uid://35re5c6wyhp5"]
[gd_scene load_steps=55 format=3 uid="uid://35re5c6wyhp5"]
[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://bvscc18reoyoo" path="res://Assets/Wolf/noBKG_WolfAttack_strip.png" id="2_arbvu"]
[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="Script" path="res://Scenes/Spawnables/AIs/ai_bat.gd" id="6_g2ost"]
[sub_resource type="AtlasTexture" id="AtlasTexture_n1jpo"]
atlas = ExtResource("2_bk8d7")
@@ -353,7 +354,8 @@ offset_bottom = 2.0
[node name="AnimatedSprite2D" parent="." index="1"]
sprite_frames = SubResource("SpriteFrames_iknep")
animation = &"default"
frame_progress = 0.996176
frame = 0
frame_progress = 0.398233
[node name="BodyCollision" parent="." index="2"]
shape = SubResource("CapsuleShape2D_oxc6d")
@@ -366,6 +368,9 @@ shape = SubResource("CapsuleShape2D_sx05l")
position = Vector2(14, 1)
shape = SubResource("CapsuleShape2D_dmcm0")
[node name="AI" parent="." index="5"]
script = ExtResource("6_g2ost")
[node name="LightOccluder2D" parent="." index="7"]
position = Vector2(3, 0)
occluder = SubResource("OccluderPolygon2D_jmta4")