waited far too long for an initial commit but here we are
This commit is contained in:
17
Worlds/GreenPlanet/Enemies/airenemy.tres
Normal file
17
Worlds/GreenPlanet/Enemies/airenemy.tres
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=4 format=3 uid="uid://dsgkwh3opyqtx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://chhmkmlfrobhu" path="res://Assets/Textures/bubble.png" id="1_57rr1"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/enemy.gd" id="1_wjbfx"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0vafwv4lhjji" path="res://Assets/TextureAtlases/bubble.tres" id="3_homny"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_wjbfx")
|
||||
title = "bubble"
|
||||
target_type = 2
|
||||
icon = ExtResource("1_57rr1")
|
||||
sprite = ExtResource("3_homny")
|
||||
spawn_power = 4
|
||||
health = 40
|
||||
penalty = 4
|
||||
movement_speed = 1.5
|
||||
spawn_cooldown = 1.0
|
||||
Reference in New Issue
Block a user