a game about throwing hammers made for the github game off
Diffstat (limited to 'world/camera.tscn')
-rw-r--r--world/camera.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/world/camera.tscn b/world/camera.tscn
new file mode 100644
index 0000000..5472655
--- /dev/null
+++ b/world/camera.tscn
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=3 uid="uid://dteshgq6omv8k"]
+
+[ext_resource type="Script" path="res://world/camera.gd" id="1_jvai6"]
+
+[node name="Camera" type="Camera2D"]
+script = ExtResource("1_jvai6")