add initial project files and configurations, including EventBus, systems, and resources

This commit is contained in:
2026-01-24 02:47:23 +01:00
commit bba82f64fd
110 changed files with 2735 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[gd_scene load_steps=2 format=3 uid="uid://btslndkq4qgcb"]
[ext_resource type="Script" uid="uid://cfpdfb8fnym2y" path="res://Code/Systems/HazardController.cs" id="1_strkh"]
[node name="HazardAnimated" type="Node2D" node_paths=PackedStringArray("_animSprite", "_clickArea", "_clickShape")]
script = ExtResource("1_strkh")
_animSprite = NodePath("AnimatedSprite2D")
_clickArea = NodePath("Area2D")
_clickShape = NodePath("Area2D/CollisionShape2D")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]