From 440020e642f539079867577435a9f8b02075699b Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 10 Mar 2025 18:22:09 +0100 Subject: initial commit --- map/camera.tscn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 map/camera.tscn (limited to 'map/camera.tscn') diff --git a/map/camera.tscn b/map/camera.tscn new file mode 100644 index 0000000..487743e --- /dev/null +++ b/map/camera.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://11jdoqtp78ly"] + +[ext_resource type="Script" uid="uid://duiryxvj3oht4" path="res://map/camera.gd" id="1_fm8ba"] + +[node name="Camera" type="Camera2D"] +enabled = false +script = ExtResource("1_fm8ba") -- cgit v1.2.3