GMTKGameJam2024/scenes/camera_scene.tscn

7 lines
205 B
Text
Raw Normal View History

2024-08-16 23:08:17 +01:00
[gd_scene load_steps=2 format=3 uid="uid://co3ndgp2x5amw"]
2024-08-16 22:14:21 +01:00
2024-08-16 22:23:40 +01:00
[ext_resource type="Script" path="res://scripts/camera.gd" id="1_c1cfk"]
2024-08-16 22:14:21 +01:00
2024-08-16 22:23:40 +01:00
[node name="Camera3D" type="Camera3D"]
2024-08-16 22:14:21 +01:00
script = ExtResource("1_c1cfk")