waited far too long for an initial commit but here we are

This commit is contained in:
2023-11-08 14:28:55 +11:00
commit 0427a58635
299 changed files with 10191 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[gd_resource type="Resource" script_class="Enemy" load_steps=3 format=3 uid="uid://bdkcwve6d35gl"]
[ext_resource type="Script" path="res://Scripts/Resources/enemy.gd" id="1_o7yng"]
[ext_resource type="Texture2D" uid="uid://brjk5pu0up85s" path="res://Assets/TextureAtlases/dummy.tres" id="2_bbk0y"]
[resource]
script = ExtResource("1_o7yng")
title = "dummy"
target_type = 1
sprite = ExtResource("2_bbk0y")
health = 100
penalty = 10
movement_speed = 1.0
spawn_cooldown = 1.0