From 3ef1fc4df2e3178d37061ad13b5d366771193dd2 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sun, 22 Sep 2024 20:46:38 +0100 Subject: Add enemy spawning and ability to kill enemies --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 7fa9387..14e2e29 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,10 @@ run/main_scene="res://test.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg" +[autoload] + +Tile="*res://scripts/tile.gd" + [debug] gdscript/warnings/integer_division=0 -- cgit