Files
block/block/Scenes/game.tscn
tedlipper a93f163b85 Added a basic monk enemy that always looks at the player
Also added a feature so it will wrap around if the player gets too far
2026-02-16 20:09:20 -08:00

12 lines
534 B
Plaintext

[gd_scene format=3 uid="uid://du7hapc7kscm6"]
[ext_resource type="PackedScene" uid="uid://b448mpav6ek52" path="res://Scenes/arena_game_manager.tscn" id="1_ebmjs"]
[ext_resource type="PackedScene" uid="uid://db1oeukux1376" path="res://Scenes/Enemy1.tscn" id="2_qxrlw"]
[node name="Game" type="Node2D" unique_id=850692785]
[node name="ArenaGameManager" parent="." unique_id=1024187604 instance=ExtResource("1_ebmjs")]
[node name="Enemy1" parent="." unique_id=1765361359 instance=ExtResource("2_qxrlw")]
position = Vector2(297, 101)